Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: 115b40362e8d22e47e5e34570e59c9624a7b88ee
https://github.com/fabbione/kronosnet/commit/115b40362e8d22e47e5e34570e59c9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M libknet/compress.c
M libknet/compress.h
M libknet/handle.c
M libknet/internals.h
M libknet/tests/Makefile.am
A libknet/tests/int_lib_load_unload.c
Log Message:
-----------
[dlopen] compress: fix load/unload of libraries and add extensive test
each handle should only unload libraries that has loaded or referenced
on exit, attempt to close all libraries from that handle
on compress_fini close only the one that's open
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>