Commit f09c7d6
committed
net: posix: Fix close() not closing sockets properly
With CONFIG_POSIX_API enabled close() does not call
sock_obj_core_dealloc. This results in sockets not being
closed properly, which can be verified by running the
shell command 'net sockets'
Signed-off-by: Andreas Ålgård <[email protected]>1 parent 9c0f92d commit f09c7d6
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
| 375 | + | |
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
| |||
0 commit comments