[r770] delete[] bugs
Moderator: Graf Zahl
-
- Posts: 29
- Joined: Fri Nov 28, 2008 1:18
[r770] delete[] bugs
Found these via Valgrind, while trying to track down a crash. The attached patch changes a delete to delete[], to match the new[], and fixes a delete[] on an offset pointer. Also removes an unneeded 'typedef' keyword and adds a newline to a file to stop GCC from complaining about them.
- Attachments
-
- gl-patch.zip
- (833 Bytes) Downloaded 39 times
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
Re: [r770] delete[] bugs
Applied in r772.