kristrev / data-exporter

A generic tool for receiving and exporting data in a multitude of formats
BSD 2-Clause "Simplified" License
1 stars 6 forks source link

Wip memfix #60

Open jonakarl opened 6 years ago

jonakarl commented 6 years ago

Fixed one mem leak in the config function.

Valgrind still warns about a mem leak but only if I compile with optimizations enabled ie -O1 ... if I compile without O1 flag there is no mem leak.