Fixed a bug in the Directories configuration dialog.
This commit is contained in:
parent
12f87fac8c
commit
23c0a5ab65
|
@ -72,6 +72,11 @@ void CloseDirectoriesDialog(HWND hwndDlg)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
free(buffer);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
free(buffer);
|
free(buffer);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue