Age | Commit message (Collapse) | Author |
|
|
|
_bitmap is initialized with new, so it needs to be freed with delete,
not free()
|
|
Checking for an empty string is what the original code does, according
to sev, so the check for a string of size 1 was wrong
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There are several calls to loadFile() with _memfilename, which is why
these two changes are interconnected
|
|
|
|
|
|
FULLPIPE: Plug some memory leaks
|
|
Fixes part of bug #9654.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes bug #9667
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|