Yves, it is not needed to check if a pointer is NULL before freeing it, free(NULL) is okay and will not crash. However, each time you free something, you should put it back to NULL : -It makes sure the program will crash on next access to it (even if the memory chunk is reallocated) -It makes it easier to debug things, a NULL pointer is freed data. If you can't gt used to it, create a Free macro that does the NULLification for you... git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1259 416bcca6-2ee7-4201-b75f-2eb2f807beb1
Fix severe old bug where RGB scale couldn't be set back to 256. Update NSIS script (win32 installer)
Description
Languages
C
89.3%
Lua
6.9%
Makefile
1.6%
NSIS
1.1%
Objective-C
0.4%
Other
0.5%