Actions
Bug #1153
closedstate.c:532]: (error) Resource leak: fp
Status:
Invalid
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/16/2018
Due date:
% Done:
0%
Estimated time:
Description
Source code is
hdr = fgetc(fp);
if(hdr == EOF) return;
Suggest add call to fclose(fp) inside the if.
Updated by Francis Deslauriers almost 7 years ago
Hi David,
LTTv is no longer supported. I suggest you to use another trace viewer such as Trace Compass1.
Cheers!
Francis
[1]: http://tracecompass.org/
Updated by Francis Deslauriers almost 7 years ago
- Status changed from New to Invalid
Actions