You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are any active API connections when shutting down the server
with SIGINT or SIGTERM, there will be a memory leak reported by valgrind
and ASAN.
Make sure to free and close their related FDs.
Signed-off-by: Robin Jarry <[email protected]>
0 commit comments