0.25 stable - fix uninit var usage - bad backporting of fixes

@fix
This commit is contained in:
Carsten Haitzler 2023-03-20 17:00:48 +00:00
parent cae78cbb16
commit 527f62f034
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ _e_config_pending_file_del(const char *path)
eina_hash_del(_e_config_pending_files, path, ef);
eina_lock_release(&_e_config_pending_files_lock);
eet_close(ef);
err = eet_close(ef);
switch (err)
{
case EET_ERROR_NONE: