mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-20 11:03:03 -05:00
Remove the unnecessary os_free() call from p2p_deinit() since p2p_flush() called just above this takes care of freeing p2p->after_scan_tx and the second call here ends up being no-op os_free(NULL) in practice. Signed-off-by: Mayank Haarit <mayank.h@samsung.com>