On Mon, 2015-06-01 at 17:10 +0200, Mark Wielaard wrote:
> commit c57829 introduced a memory leak by passing the path string to
> strsep. strsep will change the given pointer and set it to NULL
> eventually. Causing the original pointer to leak. Fix by passing a
> copy of the pointer to strsep.

Pushed to master.

Reply via email to