Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
The call first occurs in MAP11.LUA when entering the lab
|
|
|
|
|
|
|
|
This prevents us from seeing NO TILES in MAP10
|
|
|
|
This leads to double free, because gfxList contains list to pointers to gfxCache,
which is managed by the Gfx code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ManagedSurface takes care of freeing itself
|
|
|
|
|
|
|
|
... memory leaks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|