8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6a80b commit cc395edCopy full SHA for cc395ed
recipes/android/src/java.pyx
@@ -256,10 +256,6 @@ cdef class JavaMethod(object):
256
else:
257
raise Exception('Invalid return definition?')
258
259
- # free args
260
- if j_args != NULL:
261
- free(j_args)
262
-
263
return ret
264
265
cdef call_staticmethod(self, jvalue *j_args):
@@ -341,9 +337,5 @@ cdef class JavaMethod(object):
341
337
342
338
343
339
344
345
346
347
348
340
349
0 commit comments