[geos-commits] r3667 - trunk/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Jun 7 03:23:48 PDT 2012


Author: strk
Date: 2012-06-07 03:23:47 -0700 (Thu, 07 Jun 2012)
New Revision: 3667

Modified:
   trunk/capi/geos_ts_c.cpp
Log:
Unregister the interrupt request on initGEOS

Modified: trunk/capi/geos_ts_c.cpp
===================================================================
--- trunk/capi/geos_ts_c.cpp	2012-06-07 10:07:01 UTC (rev 3666)
+++ trunk/capi/geos_ts_c.cpp	2012-06-07 10:23:47 UTC (rev 3667)
@@ -209,6 +209,7 @@
     }
 
     geos::util::Interrupt::cancel();
+    geos::util::Interrupt::registerCallback(0,0);
 
     return static_cast<GEOSContextHandle_t>(extHandle);
 }



More information about the geos-commits mailing list