Formatting.

SVN revision: 27632
This commit is contained in:
Sebastian Dransfeld 2006-12-29 05:35:12 +00:00
parent 29b6afd096
commit c231a0ea8e
1 changed files with 1 additions and 1 deletions

View File

@ -1975,7 +1975,7 @@ _e_config_free(void)
if (e_config->wallpaper_import_last_dev) evas_stringshare_del(e_config->wallpaper_import_last_dev);
if (e_config->wallpaper_import_last_path) evas_stringshare_del(e_config->wallpaper_import_last_path);
if (e_config->theme_default_border_style) evas_stringshare_del(e_config->theme_default_border_style);
if (e_config->desklock_custom_screensaver_cmd) evas_stringshare_del(e_config->desklock_custom_screensaver_cmd);
if (e_config->desklock_custom_screensaver_cmd) evas_stringshare_del(e_config->desklock_custom_screensaver_cmd);
E_FREE(e_config);
}
}