View Issue Details

IDProjectCategoryView StatusLast Update
0002940CCdcielGeneralpublic26-07-29 14:55
ReporterHan Assigned ToPatrick Chevalley  
PrioritynoneSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0002940: Minor tweak in cu_tiff.pas
DescriptionMinor 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
TagsNo tags attached.

Activities

Han

26-07-28 16:07

reporter  

cu_tiff.zip (11,733 bytes)

Patrick Chevalley

26-07-29 14:55

administrator   ~0009914

Thank you Han.
I commit the change:
https://github.com/pchev/ccdciel/commit/0f756f7fdf1d5e9d12e9cec63a5392d87cf6e5a2

Issue History

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