View Issue Details

IDProjectCategoryView StatusLast Update
0003779JEDI VCL00 JVCL Componentspublic2006-06-26 04:24
ReporternielzAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.20 
Target VersionFixed in Version3.30 
Summary0003779: ExecuteAndWait in JvJCLUtils missing two times CloseHandle
DescriptionExecuteAndWait in JvJCLUtils missing two times CloseHandle
Should be something like:

if CreateProcess(...) then begin
  WaitForSingleObject(ProcessInfo.hProcess, INFINITE);
  CloseHandle( ProcessInfo.hProcess );
  CloseHandle( ProcessInfo.hThread );
end else begin
  ...error
end;
TagsNo tags attached.

Activities

obones

2006-06-26 04:23

administrator   ~0009641

This is now fixed in SVN

Issue History

Date Modified Username Field Change
2006-06-25 12:30 nielz New Issue
2006-06-26 04:23 obones Status new => resolved
2006-06-26 04:23 obones Resolution open => fixed
2006-06-26 04:23 obones Assigned To => obones
2006-06-26 04:23 obones Note Added: 0009641