Leak cleanup.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 29 Jan 2010 22:18:44 +0000 (14:18 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 29 Jan 2010 22:18:44 +0000 (14:18 -0800)
bluesky/inode.c

index 30974ca..05f63bf 100644 (file)
@@ -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");