1
0
Fork 0

Avoid double free in event_thread

This commit is contained in:
Shawn Nock 2019-07-30 15:06:01 -04:00
parent 80df6c90c4
commit e9500369a1
1 changed files with 0 additions and 1 deletions

View File

@ -669,7 +669,6 @@ static void event_thread(void) {
continue; continue;
} }
net_buf_put(&h5.host_queue, buf); net_buf_put(&h5.host_queue, buf);
net_buf_unref(buf);
} }
} }