Double-free fix and added make uninstall rule.

SVN revision: 25352
This commit is contained in:
Christopher Michael 2006-09-02 12:35:23 +00:00
parent 3d86a40399
commit 5a80554846
2 changed files with 3 additions and 6 deletions

View File

@ -62,4 +62,5 @@ module_la_DEPENDENCIES = $(top_builddir)/config.h $(top_builddir)/net.edj
clean-local:
rm -rf *.edj *~
uninstall:
rm -rf $(datadir)

View File

@ -80,8 +80,6 @@ _fill_data (Config_Item * ci, E_Config_Dialog_Data * cfdata)
}
i++;
}
E_FREE(tmp);
}
static void *
@ -145,9 +143,7 @@ if (cfdata->devs)
}
}
E_FREE(tmp);
i++;
i++;
ob = e_widget_label_add (evas, D_ ("Check Interval:"));
e_widget_table_object_append (ot, ob, 0, i, 1, 1, 0, 0, 1, 0);
i++;