projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79fd07c
)
Leak cleanup.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Fri, 29 Jan 2010 22:18:44 +0000
(14:18 -0800)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Fri, 29 Jan 2010 22:18:44 +0000
(14:18 -0800)
bluesky/inode.c
patch
|
blob
|
history
diff --git
a/bluesky/inode.c
b/bluesky/inode.c
index
30974ca
..
05f63bf
100644
(file)
--- a/
bluesky/inode.c
+++ b/
bluesky/inode.c
@@
-92,6
+92,7
@@
BlueSkyFS *bluesky_init_fs(gchar *name, BlueSkyStore *store)
fs->name = g_strdup(name);
return fs;
}
+ bluesky_string_unref(data);
}
g_print("Initializing fresh filesystem\n");