Skip to content

Instantly share code, notes, and snippets.

@ultraist
Created January 12, 2011 16:38
Show Gist options
  • Save ultraist/776420 to your computer and use it in GitHub Desktop.
Save ultraist/776420 to your computer and use it in GitHub Desktop.
--- CaboCha.i 2008-09-14 02:04:08.000000000 +0900
+++ CaboCha_fix_double_free.i 2011-01-13 01:33:14.000000000 +0900
@@ -4,8 +4,6 @@
#include "cabocha.h"
%}
-%newobject surface;
-
%exception {
try { $action }
catch (char *e) { SWIG_exception (SWIG_RuntimeError, e); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment