avoid double free

This commit is contained in:
Boris Faure 2014-01-22 22:50:05 +01:00
parent dc764b68b9
commit 5f482aff7b
1 changed files with 1 additions and 0 deletions

View File

@ -2988,6 +2988,7 @@ remote:
if (!wn)
{
config_del(config);
config = NULL;
retval = EXIT_FAILURE;
goto end;
}