]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Library.mm
Attach FFI closure deallocation to Functor's pool.
[cycript.git] / ObjectiveC / Library.mm
index a21aa6ea9016461dc6df8dd8e7aedd95978e0d1c..580660e87026b829f1cee635b49e726bf33a4cf1 100644 (file)
@@ -2550,7 +2550,7 @@ static JSValueRef CYValue_callAsFunction_$cya(JSContextRef context, JSObjectRef
         ffi = typical->ffi_;
     }
 
-    return CYMakePointer(context, &internal->value_, _not(size_t), *type, ffi, object);
+    return CYMakePointer(context, &internal->value_, *type, ffi, object);
 } CYCatch(NULL) }
 
 static JSValueRef FunctionInstance_getProperty_type(JSContextRef context, JSObjectRef object, JSStringRef property, JSValueRef *exception) { CYTry {