]> granicus.if.org Git - mutt/commitdiff
add __FREE_CHECKED__
authorMichael Elkins <me@sigpipe.org>
Mon, 31 Dec 2012 03:14:58 +0000 (19:14 -0800)
committerMichael Elkins <me@sigpipe.org>
Mon, 31 Dec 2012 03:14:58 +0000 (19:14 -0800)
imap/message.c

index b2344cd67f202620c06414d61ad9970b20c9beec..742ac8cf19116ac1e72b66f8c6af5671e2fb314d 100644 (file)
@@ -1021,7 +1021,7 @@ void imap_free_header_data (IMAP_HEADER_DATA** data)
   {
     /* this should be safe even if the list wasn't used */
     mutt_free_list (&((*data)->keywords));
-    FREE (data);
+    FREE (data); /* __FREE_CHECKED__ */
   }
 }