X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=url.c;h=9062dce90423611d623863e28147bf6436ddf520;hp=eb9d7f6385ae0bed975232d4df700b9220591a97;hb=ebad7634114993e2e96fa66fda4b705d05832193;hpb=c72cae2600a646ba7470d6af8d7651931b43dc09 diff --git a/url.c b/url.c index eb9d7f6..9062dce 100644 --- a/url.c +++ b/url.c @@ -15,6 +15,8 @@ # include "config.h" #endif +#include + #include "mutt.h" #include "ascii.h" #include "mapping.h" @@ -22,8 +24,6 @@ #include "mime.h" -#include "lib/mem.h" - #include static struct mapping_t UrlMap[] = { @@ -257,6 +257,6 @@ int url_parse_mailto (ENVELOPE * e, char **body, const char *src) } } - mem_free (&tmp); + p_delete(&tmp); return 0; }