bssgp_fc_test: sanitize: free fc struct when done

Helps fix sanitizer build on debian 9.

Change-Id: I0ef95ee8185a4789f0732b9420243dda5104d181
This commit is contained in:
Neels Hofmeyr 2017-11-16 22:31:57 +01:00
parent cd325efae5
commit 85f5a2cd9c
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ static void test_fc(uint32_t bucket_size_max, uint32_t bucket_leak_rate,
if (llist_empty(&fc->queue))
break;
}
talloc_free(fc);
}
static void help(void)