Skip to content

Make sure to free the string

Marek Szuba requested to merge bugfix/tabix_mem_leak into master

Created by: andrewyatz

The string that was returned from htslib needs to be freed otherwise it causes a leak.

Merge request reports