Free a string value obtained using vconf_get_str() 95/139395/2 accepted/tizen/unified/20170721.202019 submit/tizen/20170718.234709 submit/tizen/20170720.235404 submit/tizen/20170721.021035
authorchanywa <cbible.kim@samsung.com>
Tue, 18 Jul 2017 22:20:19 +0000 (07:20 +0900)
committerchanywa <cbible.kim@samsung.com>
Tue, 18 Jul 2017 23:44:30 +0000 (08:44 +0900)
Change-Id: I8e3bee32d473f408f01023f89fe7b41fa0f2b81d

heremaps-uc/src/heremaps-uc.c
maps-plugin-here.changes
packaging/maps-plugin-here.spec

index bd9fa00..191993a 100644 (file)
@@ -440,7 +440,10 @@ static void _app_language_changed_cb(app_event_info_h event_info, void *user_dat
        LS_FUNC_ENTER
 
        char *locale = vconf_get_str(VCONFKEY_LANGSET);
-       if (locale) elm_language_set(locale);
+       if (locale) {
+               elm_language_set(locale);
+               free(locale);
+       }
 }
 
 int main(int argc, char *argv[])
index 038cf23..12c7379 100644 (file)
@@ -1,3 +1,13 @@
+[Version]   maps-plugin-here_0.3.24
+[Date]      19 July 2017
+[Title]     Free a string value obtained using vconf_get_str()
+[Developer] Seechan Kim <cbible.kim@samsung.com>
+
+[Version]   maps-plugin-here_0.3.23
+[Date]      11 July 2017
+[Title]     Modify some routines for user consent
+[Developer] Jongmun Woo <jongmun.woo@samsung.com>
+
 [Version]   maps-plugin-here_0.3.22
 [Date]      31 May 2017
 [Title]     Fix to set origin and destination when routing with waypoints.
index c4041bc..e7125a7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       maps-plugin-here
 Summary:    Tizen HERE Maps Plug-in Library
-Version:    0.3.23
+Version:    0.3.24
 Release:    1
 Group:      Location/Libraries
 License:    Apache-2.0 and HERE