Actions
Bug #9734
closedNative code
Status:
Resolved
Priority:
Normal
Assigned To:
-
Category:
-
Start date:
04/20/2015
Due date:
% Done:
0%
Estimated time:
Description
Checking Native code ... don't understanf the following call :
NativeBridge.c env->DeleteLocalRef(helperClass); HSPPBroker.c free(attrOut.SCAttrib[i].VVAttrib[j].PVList[0].List.List_val);
At least useless ?, perhaps a bug ?
Updated by Chambon Bernard almost 10 years ago
- Status changed from New to Resolved
o FindClass return a Local reference that must be cleared
o Freeing List.List_val seems mandatory (checking via top ...)
Actions