User: vg Date: 2008-05-13 13:58:31+0000 Modified: dba/connectivity/source/drivers/evoab/LDriver.cxx
Log: 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 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.10 Delta lines: +1 -0 ------------------- --- LDriver.cxx 2008-04-10 08:42:37+0000 1.9 +++ LDriver.cxx 2008-05-13 13:58:28+0000 1.10 @@ -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]
