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

clean collection on exit

This commit is contained in:
Nikolay Pultsin 2012-05-13 17:57:48 +01:00
parent 8804e70d28
commit 1c82b8bb54

View file

@ -44,4 +44,5 @@ JNIEXPORT jobjectArray JNICALL Java_org_geometerplus_fbreader_formats_PluginColl
extern "C" extern "C"
JNIEXPORT void JNICALL Java_org_geometerplus_fbreader_formats_PluginCollection_free(JNIEnv* env, jobject thiz) { JNIEXPORT void JNICALL Java_org_geometerplus_fbreader_formats_PluginCollection_free(JNIEnv* env, jobject thiz) {
PluginCollection::deleteInstance();
} }