mirror of
https://github.com/micropython/micropython.git
synced 2026-03-10 19:00:30 +01:00
The correct callback-deregister functions must be called dependent on the socket type, otherwise resources may not be freed correctly. Signed-off-by: Damien George <damien@micropython.org>