Diff between 283b4b7d694f276e421b0db823a4905983699255 and 1da4a66054272a628c08907be257a115016a29ae

Changed Files

File Additions Deletions Status
mgmt/main.c +1 -0 modified

Full Patch

diff --git a/mgmt/main.c b/mgmt/main.c
index 6e35071..b2d6c3c 100644
--- a/mgmt/main.c
+++ b/mgmt/main.c
@@ -141,6 +141,7 @@ static void mgmt_check_pending(int mgmt_sk, uint16_t op, uint16_t index,
 		c->cb(mgmt_sk, op, index, status, data, len, c->user_data);
 
 		free(c);
+		break;
 	}
 }