Skip to content
Snippets Groups Projects
Commit d511814c authored by Joe Donofry's avatar Joe Donofry
Browse files

Fix free-ing invalid pointer in call devices. From Jason Volk <jason@zemos.net>

parent d59f0768
No related branches found
No related tags found
No related merge requests found
Pipeline #4220 passed
......@@ -279,7 +279,7 @@ CallDevices::deinit()
{
if (monitor) {
gst_device_monitor_stop(monitor);
g_free(monitor);
gst_object_unref(monitor);
monitor = nullptr;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment