Message ID | 20220530081209.560465-8-gopalkrishna.tiwari@gmail.com |
---|---|
State | New |
Headers | show |
Series | Fixing memory leak, leaked_handle and use_after | expand |
diff --git a/tools/l2cap-tester.c b/tools/l2cap-tester.c index d78b1e29c..3f0464013 100644 --- a/tools/l2cap-tester.c +++ b/tools/l2cap-tester.c @@ -1709,6 +1709,7 @@ static gboolean l2cap_listen_cb(GIOChannel *io, GIOCondition cond, if (!check_mtu(data, new_sk)) { tester_test_failed(); + close(new_sk); return FALSE; }