Commit ea4c70a1 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

shell32: Added missing fclose (Coverity).

parent 29438226
......@@ -946,6 +946,7 @@ HRESULT XDG_UserDirLookup(const char * const *xdg_dirs, const unsigned int num_d
continue;
}
}
fclose (file);
hr = S_OK;
/* Remove entries for directories that do not exist */
......
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