summaryrefslogtreecommitdiff
path: root/charpick/charpick.c
diff options
context:
space:
mode:
Diffstat (limited to 'charpick/charpick.c')
-rw-r--r--charpick/charpick.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/charpick/charpick.c b/charpick/charpick.c
index 6d9d4a19..5042542f 100644
--- a/charpick/charpick.c
+++ b/charpick/charpick.c
@@ -515,9 +515,10 @@ build_table(charpick_data *p_curr_data)
index = CLAMP (index, 0, size_ratio-1);
gtk_box_pack_start (GTK_BOX (row_box[index]), toggle_button[i], TRUE, TRUE, 0);
}
-
+
g_free (toggle_button);
-
+ g_free (row_box);
+
gtk_container_add (GTK_CONTAINER(p_curr_data->applet), box);
gtk_widget_show_all (p_curr_data->box);