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
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Hi, I was wondering if we wouldn't have a memory leak because we aren't freeing priv_t which could lead to denial of service (crash) as soon g_new0 fails (AFAIK g_new0 aborts when it fails)
Hi, I was wondering if we wouldn't have a memory leak because we aren't freeing
priv_twhich could lead to denial of service (crash) as soong_new0fails (AFAIK g_new0 aborts when it fails)code for reference:
dleyna-renderer/libdleyna/renderer/device.c
Line 806 in 1391290