[evolution-ews/gnome-3-16] Bug 748242 - Abort with invalid free()
- From: Fabiano Fidêncio <ffidencio src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/gnome-3-16] Bug 748242 - Abort with invalid free()
- Date: Tue, 21 Apr 2015 12:25:07 +0000 (UTC)
commit f80ab8692d6ec338c76154e2f162e6c1cdc76947
Author: Fabiano Fidêncio <fidencio redhat com>
Date: Tue Apr 21 14:19:03 2015 +0200
Bug 748242 - Abort with invalid free()
(cherry picked from commit 91bc2605b410c8f54709bd25a978cf97d937d7cd)
src/server/e-ews-notification.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/server/e-ews-notification.c b/src/server/e-ews-notification.c
index 4cd2bf0..db57d2a 100644
--- a/src/server/e-ews-notification.c
+++ b/src/server/e-ews-notification.c
@@ -801,6 +801,7 @@ e_ews_notification_get_events_thread (gpointer user_data)
e_ews_notification_unsubscribe_folder_sync (td->notification, subscription_id);
g_free (subscription_id);
+ subscription_id = NULL;
ret = e_ews_notification_subscribe_folder_sync (td->notification, td->folders,
&subscription_id, td->cancellable);
if (ret) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]