From f49abc52e451dfe292e974741249ae6dbb337401 Mon Sep 17 00:00:00 2001 From: youngsub ko Date: Fri, 24 Aug 2012 16:33:11 +0900 Subject: [PATCH] Fixed crash when contruct notification handle without sound data --- src/ui_notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui_notification.c b/src/ui_notification.c index 0df0991..16d6b25 100755 --- a/src/ui_notification.c +++ b/src/ui_notification.c @@ -137,7 +137,7 @@ static int ui_notification_construct(bool ongoing, notification_h raw_handle, ui char *title; char *content; bundle *service_data; - const char *sound; + const char *sound = NULL; notification_sound_type_e sound_type; notification_vibration_type_e vib_type; -- 2.34.1