From: Ken Hornstein Date: Tue, 2 Dec 2014 18:41:55 +0000 (-0500) Subject: Set all Content structure elements to NULL as they are free()'d; in a few X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/6ca02252e40d8245fbb8b1114f77080ca1410275?ds=inline;hp=6ca02252e40d8245fbb8b1114f77080ca1410275 Set all Content structure elements to NULL as they are free()'d; in a few cases a content structure is reused and you can get into problems with double-free()ing elements depending on your MIME composition content syntax. ---