diff lib/misc.c @ 203:95e669973a84

2003-6-25 Brian Masney <masneyb@gftp.org> * lib/misc.c - fix warning if DMALLOC is disabled * src/text/gftp-text.c - don't attempt to expand the local directory * TODO - updated
author masneyb
date Thu, 26 Jun 2003 01:40:24 +0000
parents 0098dae654a5
children 9b2de8d3fafe
line wrap: on
line diff
--- a/lib/misc.c	Thu Jun 26 01:21:53 2003 +0000
+++ b/lib/misc.c	Thu Jun 26 01:40:24 2003 +0000
@@ -1016,8 +1016,10 @@
 void
 gftp_shutdown (void)
 {
+#ifdef WITH_DMALLOC
   gftp_config_vars * cv;
   GList * templist;
+#endif
 
   if (gftp_logfd != NULL)
     fclose (gftp_logfd);