Created attachment 3340[details]
[PATCH] Fix Sys_DefaultHomePath not calling FreeLibrary on all code paths in code/sys/sys_win32.c
In code/sys/sys_win32.c (Line 127), Sys_DefaultHomePath doesn't call FreeLibrary and can lead to "shfolder.dll" not being freed.
A patch file to fix the defect is attached to this issue.
Created attachment 3341[details]
Fix Sys_DefaultHomePath not calling FreeLibrary on all code paths in code/sys/sys_win32.c
Oops, didn't make the attachment marked as a patch
Created attachment 3340 [details] [PATCH] Fix Sys_DefaultHomePath not calling FreeLibrary on all code paths in code/sys/sys_win32.c In code/sys/sys_win32.c (Line 127), Sys_DefaultHomePath doesn't call FreeLibrary and can lead to "shfolder.dll" not being freed. A patch file to fix the defect is attached to this issue.
Created attachment 3341 [details] Fix Sys_DefaultHomePath not calling FreeLibrary on all code paths in code/sys/sys_win32.c Oops, didn't make the attachment marked as a patch