[11987] Fix possible memory leak in .gameobject add command

Thanks to Kid10 for pointing

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Schmoozerd 2012-05-05 14:53:01 +02:00
parent 744995d27c
commit 0645d10286
2 changed files with 14 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11986"
#define REVISION_NR "11987"
#endif // __REVISION_NR_H__