unit: Fix memory leaks

This commit is contained in:
Denis Kenzior 2014-12-27 23:49:03 -06:00
parent 9ab468b1c0
commit 8b3ec52c09
1 changed files with 3 additions and 0 deletions

View File

@ -444,6 +444,9 @@ static void eapol_4way_test(const void *data)
do_debug, "[EAPoL] ");
assert(!memcmp(frame, eapol_key_data_4, sizeof(eapol_key_data_4)));
l_free(ptk);
l_free(frame);
}
int main(int argc, char *argv[])