projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e70343
)
free the path after done with it
author
Dana Jansens
<danakj@orodu.net>
Thu, 25 Mar 2010 01:50:10 +0000
(21:50 -0400)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 25 Mar 2010 22:11:13 +0000
(18:11 -0400)
obt/ddfile.c
patch
|
blob
|
history
diff --git
a/obt/ddfile.c
b/obt/ddfile.c
index b4b5d29826ed86519c0cebba4f996fd54b7d4db2..e32dff3ee4623fb7bacfdc715341705cc29eb91f 100644
(file)
--- a/
obt/ddfile.c
+++ b/
obt/ddfile.c
@@
-364,6
+364,7
@@
ObtDDFile* obt_ddfile_new_from_file(const gchar *name, GSList *paths)
parse.lineno = 1;
if (!parse_file(dd, f, &parse)) f = NULL;
}
+ g_free(path);
}
if (!f) {
obt_ddfile_unref(dd);