X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_caveobject.c;h=748de2bedf4c71fbcc99420076aa56e442b21458;hb=ec529b5df69b376a1d55e38862975b7d9a26ea97;hp=c02023976b1d6de13e15680aaa2b074dfc1648f1;hpb=c712eddd108764ffbf523830ba2a26869e1453c8;p=rocksndiamonds.git diff --git a/src/game_bd/bd_caveobject.c b/src/game_bd/bd_caveobject.c index c0202397..748de2be 100644 --- a/src/game_bd/bd_caveobject.c +++ b/src/game_bd/bd_caveobject.c @@ -615,7 +615,7 @@ GdObject *gd_object_new_from_string(char *str) return NULL; if (words) - g_strfreev(words); + freeStringArray(words); words = getSplitStringArray(param, " ", -1); l = g_strv_length(words);