[7858] Properly deallocate memory in tile assembler, and dereference memory when fread fails.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Thanks to ANTOMA for prepering patch to mangos.
I also change code to more nice view using temporary defines.
This commit is contained in:
raczman 2009-05-20 15:36:02 +04:00 committed by VladimirMangos
parent 1dbadb6ff0
commit a6d4d733b5
2 changed files with 48 additions and 25 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7857"
#define REVISION_NR "7858"
#endif // __REVISION_NR_H__