From fadf9365dba24b680db5cb8750c53e264ff1ec27 Mon Sep 17 00:00:00 2001 From: oroborus Date: Tue, 17 Jun 2008 19:15:10 +0000 Subject: - drobne upravy v kode git-svn-id: http://opensvn.csie.org/tuxanci_ng@65 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- modules/modWall.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/modWall.c') diff --git a/modules/modWall.c b/modules/modWall.c index 49140b4..5a83fbd 100755 --- a/modules/modWall.c +++ b/modules/modWall.c @@ -312,8 +312,9 @@ void cmd(char *line) int destroy() { - destroySpace(spaceWall, destroyWall); - destroyList(listWall); + destroySpace(spaceWall); + destroySpace(spaceImgWall); + destroyListItem(listWall, destroyWall); return 0; } -- cgit v1.2.3