summaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2001-10-21 13:21:05 +0000
committerMichael Jennings <mej@kainx.org>2001-10-21 13:21:05 +0000
commitb8e17e5de43ea2098fce042132179d6e9155dcac (patch)
treefb7ca5832757828b0d2b909a7cca998a4b9a47ac /src/command.c
parentb9ff5edc83eae159de5eb5d4add9feba92d08010 (diff)
downloadeterm-b8e17e5de43ea2098fce042132179d6e9155dcac.tar.gz
Sun Oct 21 06:15:13 2001 Michael Jennings (mej)
Fixed a couple remaining bugs in 0.9.1, including that really annoying problem people keeping whining about where Eterm won't build without Imlib2. It will now. :P SVN revision: 5543
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index fef5769..9bf3d90 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1129,7 +1129,9 @@ clean_exit(void)
menulist_clear(menu_list);
font_cache_clear();
eterm_font_list_clear();
+# ifdef PIXMAP_SUPPORT
FOREACH_IMAGE(free_eterm_image(&(images[idx])););
+# endif
for (i = 0; i < NRS_COLORS; i++) {
if (rs_color[i]) {
FREE(rs_color[i]);