projects
/
platform
/
core
/
telephony
/
libtapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c6314
)
fix SPN display issue
51/19651/1
author
Dongchul Lim
<dc7.lim@samsung.com>
Tue, 8 Apr 2014 10:39:04 +0000
(19:39 +0900)
committer
Dongchul Lim
<dc7.lim@samsung.com>
Thu, 17 Apr 2014 03:57:41 +0000
(12:57 +0900)
Change-Id: I29466b0d499786c2635c28cc58cbf498cec1c04b
src/tapi_sim.c
patch
|
blob
|
history
diff --git
a/src/tapi_sim.c
b/src/tapi_sim.c
index 106d5dd7052803240d996c77b785ca8bcee0f654..000f0d1752b6a97ed51e7127d6e8de6c654d0849 100644
(file)
--- a/
src/tapi_sim.c
+++ b/
src/tapi_sim.c
@@
-1196,6
+1196,7
@@
static void on_response_sim_get_sp_display_info(GObject *source_object,
guint i = 0;
dbg("SPN list count: [%d]", sp_info.count);
+ sp_info.list = g_malloc0(sp_info.count * sizeof(TelSimSpPlmnList));
g_variant_get(sp_list, "aa{sv}", &iter);
while (g_variant_iter_next(iter, "a{sv}", &iter_row)) {