summary refs log tree commit diff
path: root/src/voip/CallDevices.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/voip/CallDevices.cpp')
-rw-r--r--src/voip/CallDevices.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voip/CallDevices.cpp b/src/voip/CallDevices.cpp

index ee9a7f43..372209d0 100644 --- a/src/voip/CallDevices.cpp +++ b/src/voip/CallDevices.cpp
@@ -279,7 +279,7 @@ CallDevices::deinit() { if (monitor) { gst_device_monitor_stop(monitor); - g_free(monitor); + gst_object_unref(monitor); monitor = nullptr; } }