all repos — openbox @ 159a3cb3b1dcf0b3d1cb3a194a181d4e6aea57a4

openbox fork - make it a bit more like ryudo

free the path after done with it
Dana Jansens danakj@orodu.net
commit

159a3cb3b1dcf0b3d1cb3a194a181d4e6aea57a4

parent

4e70343b3ed57db27c130de69e39f372694ef910

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M obt/ddfile.cobt/ddfile.c

@@ -364,6 +364,7 @@ parse.filename = path;

parse.lineno = 1; if (!parse_file(dd, f, &parse)) f = NULL; } + g_free(path); } if (!f) { obt_ddfile_unref(dd);