Avoid double free in event_thread
This commit is contained in:
parent
80df6c90c4
commit
e9500369a1
|
@ -669,7 +669,6 @@ static void event_thread(void) {
|
|||
continue;
|
||||
}
|
||||
net_buf_put(&h5.host_queue, buf);
|
||||
net_buf_unref(buf);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue