Opened 16 years ago
Last modified 14 years ago
#1312 closed defect (fixed)
Several memory leaks in gui/win32/skinload.c
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ib | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
There are several memory leaks in gui/win32/skinload.c. I'm spotting at least these:
line 548: Memory leak: tmp
line 548: Memory leak: desc
line 548: Memory leak: filename
line 640: Memory leak: tmp
line 640: Memory leak: desc
line 640: Memory leak: filename
Change History (1)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed, ib@wupperonline.de |
Note:
See TracTickets
for help on using tickets.
fixed in svn r33871