X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2FNeonFun.mod%2Fgame_uno.c;h=99827c989039b1aef7141843ad62c720f407eb97;hb=fc61be208ca6dbf2fd915591c8dc7e5ef5779891;hp=9b27d48c4cd52327872f3b510dd3c1ba7333e392;hpb=78e040af3fcc36ab684611c0f98b4381ff420878;p=NeonServV5.git diff --git a/src/modules/NeonFun.mod/game_uno.c b/src/modules/NeonFun.mod/game_uno.c index 9b27d48..99827c9 100644 --- a/src/modules/NeonFun.mod/game_uno.c +++ b/src/modules/NeonFun.mod/game_uno.c @@ -1,4 +1,4 @@ -/* game_uno.c - NeonServ v5.5 +/* game_uno.c - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -141,6 +141,7 @@ void uno_free_deck(struct uno_card_deck *deck) { free(card); } } + free(deck); } void uno_free_player(struct uno_player *player, struct uno_card_deck *deck) {