Commit 9c9bf964 authored by FaramosCZ's avatar FaramosCZ Committed by Sergey Vojtovich

Fix resource leak

parent 89e390b7
......@@ -5327,6 +5327,7 @@ xb_process_datadir(
fileinfo.name, data))
{
os_file_closedir(dbdir);
os_file_closedir(dir);
return(FALSE);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment