Adrien Destugues 07bfc119b8 -No need to check if a pointer is null before freeing it.
-However if the pointer is still living (for example a global) you should assign NULL to it to avoid bad ram access and random bugs. Accessing a NULL pointer always  gives a segfault, accessing a freed pointer may or may not crash.
-Also fixed a memory leak


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@924 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2009-07-16 07:33:14 +00:00
2009-05-07 08:57:38 +00:00
2009-06-28 21:50:01 +00:00
2009-06-15 21:43:21 +00:00
2009-06-28 21:50:01 +00:00
2009-06-28 21:50:01 +00:00
2009-07-09 01:08:02 +00:00
2009-06-28 21:50:01 +00:00
2009-05-14 18:46:31 +00:00
2009-07-09 01:08:02 +00:00
2009-05-07 23:43:00 +00:00
2008-11-29 00:49:06 +00:00
2009-05-14 13:49:36 +00:00
2009-05-07 23:43:00 +00:00
2008-11-29 00:49:06 +00:00
Description
Fork of grafX2: The ultimate 256 color painting program https://gitlab.com/GrafX2/grafX2
16 MiB
Languages
C 89.3%
Lua 6.9%
Makefile 1.6%
NSIS 1.1%
Objective-C 0.4%
Other 0.5%