info: free dwarf cache during shutdown

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9115>
This commit is contained in:
Doug Nazar 2025-05-28 08:23:25 -04:00 committed by GStreamer Marge Bot
parent 45eef1a000
commit c5b9e5dcd5

View File

@ -3162,6 +3162,15 @@ _priv_gst_debug_cleanup (void)
__log_functions = g_slist_delete_link (__log_functions, __log_functions);
}
g_rw_lock_writer_unlock (&__log_func_mutex);
#ifdef HAVE_UNWIND
# ifdef HAVE_DW
if (_global_dwfl) {
dwfl_end (_global_dwfl);
_global_dwfl = NULL;
}
# endif
#endif
}
static void