Fix JNI templates 79/6879/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 25 May 2017 14:18:28 +0000 (16:18 +0200)
committerNeale Ranns <nranns@cisco.com>
Fri, 26 May 2017 08:20:17 +0000 (08:20 +0000)
The JNI templates around array and object handling are wrong in the
sense that they fail to delete local references for objects which
have been assigned to fields/arrays. Fix this by invoking
DeleteLocalRef.

Change-Id: I1c31d81f4235d821ccd51c96be7b176f64284928
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Signed-off-by: Robert Varga <nite@hq.sk>

No differences found