diff --git a/unit/test-eapol.c b/unit/test-eapol.c index c3fc0e03..bc0a788b 100644 --- a/unit/test-eapol.c +++ b/unit/test-eapol.c @@ -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[])