Change-Id: I0cf5a805935e1080e6f24b853846ed54c9e3064f
%define major 0
%define minor 1
-%define patchlevel 4
+%define patchlevel 5
%define _usrdir /usr
%define _appdir %{_usrdir}/apps
tnoti_property_mask mask = g_noti_configs[event].mask;
const char *pkgname = g_noti_configs[event].pkgname;
notification_type_e type = g_noti_configs[event].type;
- char *text = NULL;
char *extra_key = NULL;
char *extra_value = NULL;
gboolean ret = FALSE;
notification_free(noti_h);
noti_h = NULL;
}
-
- if (text) {
- g_free(text);
- text = NULL;
- }
if (extra_key) {
g_free(extra_key);
extra_key = NULL;