Skip to content

Commit f635646

Browse files
liwenlong05dormando
authored andcommitted
free window_global in slab_automove_extstore.c
was leaking a small sub-struct when configuration reloaded.
1 parent f28cbc5 commit f635646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slab_automove_extstore.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ void *slab_automove_extstore_init(struct settings *settings) {
8080
void slab_automove_extstore_free(void *arg) {
8181
slab_automove *a = (slab_automove *)arg;
8282
free(a->window_data);
83+
free(a->window_global);
8384
free(a);
8485
}
8586

0 commit comments

Comments
 (0)