#8512 closed patch
gobliiins cleanup
Reported by: | wjp | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Engine: Gob |
Version: | Keywords: | ||
Cc: | Game: | Gobliiins |
Description
This patch does the following:
* replaces all malloc/free by new/delete/new[]/delete[] * replaces all typedef struct A { } A; by struct A { }; * removes some unused global variables * removes primary surface memory leak * fixes a 64 bit issue caused by a hardcoded malloc size
Ticket imported from: #1417631. Ticket imported from: patches/617.
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | gob_cleanup.patch added |
---|
comment:2 by , 19 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → Engine: Gob |
---|---|
Game: | → Gobliiins |
Note:
See TracTickets
for help on using tickets.
gob_cleanup.patch