1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 10:19:33 +02:00

fixed memory leak

This commit is contained in:
Nikolay Pultsin 2012-03-03 07:32:52 +00:00
parent 434f6afb44
commit 0268ebfe47

View file

@ -38,6 +38,7 @@ JNIEXPORT jobjectArray JNICALL Java_org_geometerplus_fbreader_formats_PluginColl
javaPlugins, i,
env->NewObject(cls, AndroidUtil::MID_NativeFormatPlugin_init, fileType)
);
env->DeleteLocalRef(fileType);
}
return javaPlugins;
}