You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have I attempted to reproduce the problem on the devel branch? Yes
Memory leak in AddFiltersToDialog when deallocating COMDLG_FILTERSPEC
Before the function returns in AddFiltersToDialog, the code frees the allocated memory for specList and its members, but it only does it for the pszSpec but not the pszName. In the for loop there should also be a line for NFDi_Free( (void*)specList[i].pszName );.
The text was updated successfully, but these errors were encountered:
Compilation Environment
devel
branch? YesMemory leak in AddFiltersToDialog when deallocating COMDLG_FILTERSPEC
Before the function returns in AddFiltersToDialog, the code frees the allocated memory for specList and its members, but it only does it for the pszSpec but not the pszName. In the for loop there should also be a line for NFDi_Free( (void*)specList[i].pszName );.
The text was updated successfully, but these errors were encountered: