fix a small leak

This commit is contained in:
Jethro Grassie 2020-09-12 05:32:17 -04:00
parent c94ea042b5
commit b882424504
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ gbag_free(gbag_t *gb)
gb->ni = NULL;
gb->rc = NULL;
gb->mv = NULL;
free(gb);
}
void *