Fix double free

This commit is contained in:
Pasi Kallinen
2020-04-12 16:55:00 +03:00
parent 6d1df04eda
commit 47fb7e5ee5

View File

@@ -584,7 +584,6 @@ lua_State *L;
free(mapstr);
if ((err = mapfrag_error(mf)) != NULL) {
mapfrag_free(&mf);
nhl_error(L, err);
/*NOTREACHED*/
}