Kaydet (Commit) def94cc4 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705670 Resource leak

Change-Id: Ib89a580127d91e9d7a23b998df3cd100246bf289
üst 39ebf9c1
......@@ -614,6 +614,7 @@ javaPluginError jfw_plugin_startJavaVirtualMachine(
fprintf(stderr,"[Java framework]sunjavaplugin" SAL_DLLEXTENSION
"Java runtime library: %s does not export symbol %s !\n",
sLib.getStr(), sSymbol.getStr());
osl_unloadModule(moduleRt);
return JFW_PLUGIN_E_VM_CREATION_FAILED;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment