mlabbe / nativefiledialog

A tiny, neat C library that portably invokes native file open and save dialogs.
zlib License
1.77k stars 209 forks source link

NULL-pointer dereference fix and wrapper for free()ing allocated paths #82

Closed szreder closed 3 years ago

szreder commented 4 years ago

Tested on 64-bit Linux (GCC and Clang), 64-bit Windows 10 (Visual Studio).

mlabbe commented 3 years ago

Fixed in devel because the code in question was refactored.