coverity#1066164 Resource leak

Change-Id: I152f22728a8eeea65114fe102511940bccf40478
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Caolán McNamara 2014-10-13 10:31:14 +01:00 committed by Stephan Bergmann
parent e71b696ef6
commit 1156d11ef0

View File

@ -732,6 +732,8 @@ javaFrameworkError SAL_CALL jfw_setSelectedJRE(JavaInfo const *pInfo)
//remember that the JRE was selected in this process
jfw::setJavaSelected();
}
jfw_freeJavaInfo(currentInfo);
}
catch (const jfw::FrameworkException& e)
{