Skip to content

Commit 03edb60

Browse files
committed
Free group structure after flush
1 parent df1c4e0 commit 03edb60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hdsgroups.c

+2
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ static int hds2Flush( const char *group_str, int *status) {
459459
utarray_free( entry->locators );
460460
HASH_DEL( groups, entry );
461461

462+
free(entry);
463+
462464
return *status;
463465
}
464466

0 commit comments

Comments
 (0)