Tag: cws_dev300_cmcfixes44
User: cmc     
Date: 2008-04-24 08:13:52+0000
Modified:
   dba/connectivity/source/drivers/evoab/LDriver.cxx

Log:
 #i88676# osl_freeProcessHandle is missing after a successful call to 
osl_executeProcess

File Changes:

Directory: /dba/connectivity/source/drivers/evoab/
==================================================

File [changed]: LDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LDriver.cxx?r1=1.9&r2=1.9.6.1
Delta lines:  +1 -0
-------------------
--- LDriver.cxx 2008-04-10 08:42:37+0000        1.9
+++ LDriver.cxx 2008-04-24 08:13:50+0000        1.9.6.1
@@ -180,6 +180,7 @@
                 nError = nWaitForProcessError;
                 // TODO: kill the running process?
             }
+            osl_freeProcessHandle( hProcess );
         }
         return nError;
     }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to