Opened 18 years ago

Closed 18 years ago

Last modified 5 years ago

#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)

gob_cleanup.patch (39.1 KB ) - added by wjp 18 years ago.
gob_cleanup.patch

Download all attachments as: .zip

Change History (4)

by wjp, 18 years ago

Attachment: gob_cleanup.patch added

gob_cleanup.patch

comment:1 by sev-, 18 years ago

Really nice and useful. Thanks a lot. Commited.

comment:2 by sev-, 18 years ago

Owner: set to sev-
Status: newclosed

comment:3 by digitall, 5 years ago

Component: Engine: Gob
Game: Gobliiins
Note: See TracTickets for help on using tickets.