Project

General

Custom queries

Profile

Actions

Bug #9734

closed

Native code

Added by Chambon Bernard almost 10 years ago. Updated almost 10 years ago.

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 ?

Actions #1

Updated by Chambon Bernard almost 10 years ago

  • Description updated (diff)
Actions #2

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

Also available in: Atom PDF