summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-13 12:58:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-13 12:58:28 +0000
commit030279d56862117005bbba798764e02627a83052 (patch)
treeeae71315ca90a1eb4fdf7ef53738743a709e6370
parente14f09d760bb078921f263b583b33cb01e2aa8df (diff)
INTEGRATION: CWS cmcfixes44 (1.9.6); FILE MERGED
2008/04/24 08:13:50 cmc 1.9.6.1: #i88676# osl_freeProcessHandle is missing after a successful call to osl_executeProcess
-rw-r--r--connectivity/source/drivers/evoab/LDriver.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab/LDriver.cxx b/connectivity/source/drivers/evoab/LDriver.cxx
index c2b9de2273b1..9440f4653bc1 100644
--- a/connectivity/source/drivers/evoab/LDriver.cxx
+++ b/connectivity/source/drivers/evoab/LDriver.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: LDriver.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -180,6 +180,7 @@ namespace
nError = nWaitForProcessError;
// TODO: kill the running process?
}
+ osl_freeProcessHandle( hProcess );
}
return nError;
}