mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
launch: also print leaked objects
Make the -T option also print the leaked objects
This commit is contained in:
parent
7522e2ccf8
commit
50179ec478
1 changed files with 2 additions and 1 deletions
|
@ -740,7 +740,8 @@ main (int argc, char *argv[])
|
|||
if (!gst_alloc_trace_available ()) {
|
||||
g_warning ("Trace not available (recompile with trace enabled).");
|
||||
}
|
||||
gst_alloc_trace_set_flags_all (GST_ALLOC_TRACE_LIVE);
|
||||
gst_alloc_trace_set_flags_all (GST_ALLOC_TRACE_LIVE |
|
||||
GST_ALLOC_TRACE_MEM_LIVE);
|
||||
gst_alloc_trace_print_live ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue