From dbbb7aae0aa1c10a4b380a1dd1120be7d47db11b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 15 Jan 2007 17:07:08 +0000 Subject: [PATCH] More free-->e_free converstions. SVN revision: 28001 --- src/bin/e_int_config_borders.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_borders.c b/src/bin/e_int_config_borders.c index b92946d51..c0c117674 100644 --- a/src/bin/e_int_config_borders.c +++ b/src/bin/e_int_config_borders.c @@ -103,7 +103,7 @@ _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) cfdata->border->border_border_dialog = NULL; E_FREE(cfdata->bordername); - free(cfdata); + E_FREE(cfdata); } static int