[xdg-desktop-portal-gnome/gnome-42] ScreenCast: double-check the dialog handle exists before closing it
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [xdg-desktop-portal-gnome/gnome-42] ScreenCast: double-check the dialog handle exists before closing it
- Date: Sun, 3 Jul 2022 13:55:03 +0000 (UTC)
commit d0629295171383ac52939159fa454fca88012d4f
Author: Jan Grulich <jgrulich redhat com>
Date: Tue Jun 14 16:36:33 2022 +0200
ScreenCast: double-check the dialog handle exists before closing it
src/screencast.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/screencast.c b/src/screencast.c
index 4df7c93..5a8f6d9 100644
--- a/src/screencast.c
+++ b/src/screencast.c
@@ -869,7 +869,8 @@ screen_cast_session_close (Session *session)
g_clear_object (&screen_cast_session->gnome_screen_cast_session);
}
- screen_cast_dialog_handle_close (screen_cast_session->dialog_handle);
+ g_clear_pointer (&screen_cast_session->dialog_handle,
+ screen_cast_dialog_handle_close);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]