wildman007

Results 1 issues of wildman007

Hi, there is a memory leak in jni methods Java_org_OpenNI_NativeMethods_xnConvertProjectiveToRealWorld Java_org_OpenNI_NativeMethods_xnConvertRealWorldToProjective The arrays aProjective and aRealWorld are allocated each time these methods are called, however they are not deleted/freed at...