free qa edds correctly

SVN revision: 76580
This commit is contained in:
Mike Blumenkrantz 2012-09-13 06:36:53 +00:00
parent 7373927847
commit 8140c6fa8d
1 changed files with 2 additions and 2 deletions

View File

@ -480,8 +480,8 @@ e_qa_config_dd_new(void)
void *
e_qa_config_dd_free(void)
{
E_FREE(entry_edd);
E_FREE(conf_edd);
E_CONFIG_DD_FREE(entry_edd);
E_CONFIG_DD_FREE(conf_edd);
return NULL;
}