thpatch / win32_utf8

Transparent UTF-8 support for native Win32 ANSI applications
The Unlicense
99 stars 7 forks source link

Fixing Mem Leaks #7

Closed bluecataudio closed 3 years ago

bluecataudio commented 3 years ago
  1. Because modified strlen never returns 0, functions that receive NULL strings have a two bytes leak everytime.
  2. Missing a call to free in comdlg32
bluecataudio commented 3 years ago

2 pull requests in one. Re-creating separate requests.