for (i = 0; i < 11; i++)
if (plist[i])
{
- char *name = malloc (9);
+ char *name = alloca (9);
sprintf (name, "Menu %c-%c", 'A' + i * 2, 'A' + i * 2 + 1);
if (i == 10)
for (i = 0; i < num_input_methods; i++)
minput_close_im (input_method_table[i]);
m17n_object_unref (frame);
-
m17n_object_unref (mt);
m17n_object_unref (face_xxx_large);
m17n_object_unref (face_box);
M17N_FINI ();
free (fontset_name);
+ free (filename);
+ free (input_method_table);
+ free (InputMethodMenus);
+ XFreeGC (display, mono_gc);
+ XFreeGC (display, mono_gc_inv);
+ XFreeGC (display, gc_inv);
XtUninstallTranslations (form);
XtUninstallTranslations (TextWidget);
XtDestroyWidget (ShellWidget);