LibtraceTeam / libprotoident

Network traffic classification library that requires minimal application payload
GNU Lesser General Public License v3.0
208 stars 60 forks source link

fixed memory leak in lpi_init_library() function #24

Closed havraji6 closed 7 years ago

havraji6 commented 7 years ago

Hello, this is possible fix of memory leak in lpi_init_library() function.

Allocated memory in init_other_protocols(...) function is not freed by lpi_free_library().

salcock commented 7 years ago

Thanks very much for that.