X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Ffilecluster.c;h=81a582ae0c970938014ce42c0bee2a30047e497d;hp=36e5b4f5e5202e268793c4fa7975b1632f17d278;hb=5fef41c39129e20977b2345a39cf13bc85875dbe;hpb=78974969df4549558a3eed99aa00363575ca6247 diff --git a/src/filecluster.c b/src/filecluster.c index 36e5b4f5..81a582ae 100644 --- a/src/filecluster.c +++ b/src/filecluster.c @@ -62,12 +62,14 @@ FileClusterList *fileclusterlist_new() { FileClusterList *fcl = g_new0(FileClusterList, 1); fcl->clusters = g_hash_table_new(&filecluster_fd_hash, &filecluster_fd_equal); + return fcl; } FileCluster *filecluster_new() { FileCluster *fc = g_new0(FileCluster, 1); fc->show_children = FALSE; + return fc; } void fileclusterlist_free(FileClusterList *fcl)