aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-08-02 14:03:17 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-08-02 14:03:17 +0000
commit704e2f524e0f87348e26680c596576b0431abba6 (patch)
tree22dcddeeb98781e305d8cfcf564f6edf63a032be /asn1
parent9b2d2a2433c923d8cd1da7bedaa739ddf1cb961a (diff)
From Jacob Nordgren and Rishie Sharma:
NBAP: fixed segfault, FP: aesthetic fix, RLC: added channel info to GUI, MAC-is: fixed case with reassembly when a middle segment arrives MAC, RLC, added preferences for LI-size and TSN-size svn path=/trunk/; revision=44205
Diffstat (limited to 'asn1')
-rw-r--r--asn1/nbap/packet-nbap-template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/nbap/packet-nbap-template.c b/asn1/nbap/packet-nbap-template.c
index c79ff8910a..17152441f8 100644
--- a/asn1/nbap/packet-nbap-template.c
+++ b/asn1/nbap/packet-nbap-template.c
@@ -397,10 +397,10 @@ static gint nbap_key_cmp(gconstpointer a_ptr, gconstpointer b_ptr, gpointer igno
}
return GPOINTER_TO_INT(a_ptr) < GPOINTER_TO_INT(b_ptr);
}
-static void nbap_free_key(gpointer key ){
+/*static void nbap_free_key(gpointer key ){
g_free(key);
- }
+ }*/
static void nbap_free_value(gpointer value ){
g_free(value);
}
@@ -414,7 +414,7 @@ static void nbap_init(void){
/*Initialize*/
com_context_map = g_tree_new_full(nbap_key_cmp,
NULL, /* data pointer, optional */
- nbap_free_key,
+ NULL,
nbap_free_value);
for (i = 0; i < 15; i++) {
lchId_type_table[i+1] = *lch_contents[i];