[evolution-data-server] Use the right free function in the boxed type for EVCardAttributeParam



commit b90c80002e7ccbd22386edcadc604b29da383655
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Jun 10 12:10:01 2011 +0200

    Use the right free function in the boxed type for EVCardAttributeParam
    
    We were using e_vcard_attribute_free, not e_vcard_attribute_param_free

 addressbook/libebook/e-vcard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libebook/e-vcard.c b/addressbook/libebook/e-vcard.c
index e59092a..0f5a6a0 100644
--- a/addressbook/libebook/e-vcard.c
+++ b/addressbook/libebook/e-vcard.c
@@ -1481,7 +1481,7 @@ e_vcard_attribute_param_get_type (void)
 						      (GBoxedCopyFunc)
 						      e_vcard_attribute_param_copy,
 						      (GBoxedFreeFunc)
-						      e_vcard_attribute_free);
+						      e_vcard_attribute_param_free);
 
 		g_once_init_leave (&type_id__volatile, type_id);
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]