2005-10-25 [colin] 1.9.15cvs107
[claws.git] / src / addrbook.c
index 182f51a148da5f74a10b7ca37dec25583ebcb6ba..e0f8861d0ff1678e401b04d831e5c7d7948f9d89 100644 (file)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 /* General functions for accessing address book files */
@@ -508,6 +508,7 @@ static void addrbook_parse_attribute(XMLFile *file, ItemPerson *person)
 
        element = xml_get_element(file);
        addritem_attrib_set_value(uAttr, element);
+       g_free(element);
 
        if (uAttr) {
                if (person) {