Skip to content

Fix memory leak in LoadVendorsFromConfigDir and __eglMappingInit

Kyle Brenneman requested to merge github/fork/polarina/memleak into master

Created by: polarina

The individual entries allocated by scandir need to be freed too.

Merge request reports