- fix one more use of SidebarWidth without checking for visibility (reported by Trey...
[apps/madmutt.git] / mutt_libesmtp.c
index 41da0e7..6263662 100644 (file)
@@ -397,7 +397,7 @@ Done:
   if (fp != NULL)
     fclose (fp);
   if (hostportstr != NULL)
-    free (hostportstr);
+    mem_free (&hostportstr);
   if (session != NULL)
     smtp_destroy_session (session);
   if (authctx != NULL)