Commit 6fcd3e6
authored
KQueueEventLoop leaks memory on shutdown. (#14745)
Motivation:
We did miss to release the IovArray when shutdown the KQueueEventLoop.
This lead to a small native memory leak.
Modifications:
Correctly release the native memory on shutdown
Result:
Fix small memory leak1 parent a70829f commit 6fcd3e6
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| 383 | + | |
383 | 384 | | |
384 | 385 | | |
385 | 386 | | |
| |||
0 commit comments