Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-07-24 13:19:53 +0000
committerAndrew Niefer2007-07-24 13:19:53 +0000
commit6ed4a966586bdd7430df02a0588163aad0afce20 (patch)
treec6b89edd43ff4c8fd9e5598b73385dadd596613f /bundles/org.eclipse.equinox.executable/library/eclipse.c
parent8549ca4f62dee7d23f22e659f98ff70b07cde851 (diff)
downloadrt.equinox.framework-6ed4a966586bdd7430df02a0588163aad0afce20.tar.gz
rt.equinox.framework-6ed4a966586bdd7430df02a0588163aad0afce20.tar.xz
rt.equinox.framework-6ed4a966586bdd7430df02a0588163aad0afce20.zip
bug 197385
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/eclipse.c')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/eclipse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/eclipse.c b/bundles/org.eclipse.equinox.executable/library/eclipse.c
index 7f2b9af3d..7db0b309d 100644
--- a/bundles/org.eclipse.equinox.executable/library/eclipse.c
+++ b/bundles/org.eclipse.equinox.executable/library/eclipse.c
@@ -504,6 +504,7 @@ JNIEXPORT int run(int argc, _TCHAR* argv[], _TCHAR* vmArgs[])
}
if (exitData != 0) {
errorMsg = exitData;
+ exitData = NULL;
if (_tcslen( errorMsg ) == 0) {
free( errorMsg );
errorMsg = NULL;

Back to the top