You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
evolution-data-server/evolution-data-server-3.35....

27 lines
730 B

diff --git a/src/services/evolution-alarm-notify/e-alarm-notify.c b/src/services/evolution-alarm-notify/e-alarm-notify.c
index a97e258b4..7eba95f60 100644
--- a/src/services/evolution-alarm-notify/e-alarm-notify.c
+++ b/src/services/evolution-alarm-notify/e-alarm-notify.c
@@ -139,8 +139,6 @@ e_alarm_notify_audio (EAlarmNotify *an,
if (!did_play)
gdk_beep ();
- g_slist_free_full (attachments, g_object_unref);
-
return FALSE;
}
@@ -456,12 +454,9 @@ e_alarm_notify_procedure (EAlarmNotify *an,
if (!result)
goto fallback;
- g_slist_free_full (attachments, g_object_unref);
-
return FALSE;
fallback:
- g_slist_free_full (attachments, g_object_unref);
return e_alarm_notify_display (an, rd, alarm);
}