small memory leak ;)

This commit is contained in:
p.kosyh 2010-07-13 11:29:13 +00:00
parent 76f6550fa4
commit 85a9c89975

View file

@ -1396,6 +1396,8 @@ int game_cmd(char *cmd)
title_h += game_theme.font_size / 2; // todo?
}
free(title);
instead_eval("return get_picture();");
pict = instead_retval(0);
instead_clear();