clean up lock ptr on obj del :)

SVN revision: 17630
This commit is contained in:
Carsten Haitzler 2005-10-17 14:33:57 +00:00
parent e83b8a72de
commit ac37b80087
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ static void
_free_data(E_Config_Dialog *cfd, CFData *cfdata)
{
/* Free the cfdata */
cfdata->border->border_locks_dialog = NULL;
free(cfdata);
}