X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Faddrindex.c;h=2a8f4680a41f5203ecb7b85c413ddffe2cf1090c;hp=5bdbabcb11f7867c3f3d6d256e246c281bb371e0;hb=7c4061b81442ff5358319fba61cf920bf9169425;hpb=0560d0b39412e629e9668e1d9561811277cc8e6e diff --git a/src/addrindex.c b/src/addrindex.c index 5bdbabcb1..2a8f4680a 100644 --- a/src/addrindex.c +++ b/src/addrindex.c @@ -1852,6 +1852,7 @@ static AddressCvtNode *addrindex_parse_item( XMLFile *file ) { if( xml_compare_tag( file, ELTAG_IF_OLD_REMARKS ) ) { nn->remarks = g_strdup( element ); } + g_free(element); xml_parse_next_tag(file); } }