info: free dwarf cache during shutdown
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9115>
This commit is contained in:
parent
45eef1a000
commit
c5b9e5dcd5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user