Fixed a bug in the Directories configuration dialog.

This commit is contained in:
rheiny 2007-02-11 15:37:47 +00:00
parent 12f87fac8c
commit 23c0a5ab65
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ void CloseDirectoriesDialog(HWND hwndDlg)
return; return;
} }
} }
else
{
free(buffer);
return;
}
free(buffer); free(buffer);
} }