View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002940 | CCdciel | General | public | 26-07-28 16:07 | 26-07-29 14:55 |
| Reporter | Han | Assigned To | Patrick Chevalley | ||
| Priority | none | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Summary | 0002940: Minor tweak in cu_tiff.pas | ||||
| Description | Minor tweak in cu_tiff.pas, remove the thefile.free in lines 370, 522, 661, 808 try thefile := tfilestream.Create(filen2, fmcreate); except thefile.free; // <-- thefile is garbage here exit; end; or use attached version | ||||
| Tags | No tags attached. | ||||
|
|
|
|
|
Thank you Han. I commit the change: https://github.com/pchev/ccdciel/commit/0f756f7fdf1d5e9d12e9cec63a5392d87cf6e5a2 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 26-07-28 16:07 | Han | New Issue | |
| 26-07-28 16:07 | Han | File Added: cu_tiff.zip | |
| 26-07-29 14:55 | Patrick Chevalley | Assigned To | => Patrick Chevalley |
| 26-07-29 14:55 | Patrick Chevalley | Status | new => resolved |
| 26-07-29 14:55 | Patrick Chevalley | Resolution | open => fixed |
| 26-07-29 14:55 | Patrick Chevalley | Note Added: 0009914 |