Rocco Rutte:
[apps/madmutt.git] / recvattach.c
index ba5f0fa..e9da742 100644 (file)
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */ 
 
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "mutt.h"
 #include "mutt_curses.h"
 #include "mutt_menu.h"
@@ -74,8 +78,7 @@ int mutt_extract_path(char *filename, char *path)
     }
     *help_ptr++=*filename++;
   }
-  safe_free((void **) &tmp);
-    
+  FREE(&tmp);
   return 0;
 }