View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003779 | JEDI VCL | 00 JVCL Components | public | 2006-06-25 12:30 | 2006-06-26 04:24 |
| Reporter | nielz | Assigned To | obones | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.20 | ||||
| Target Version | Fixed in Version | 3.30 | |||
| Summary | 0003779: ExecuteAndWait in JvJCLUtils missing two times CloseHandle | ||||
| Description | ExecuteAndWait 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; | ||||
| Tags | No tags attached. | ||||