libkmod-module: Simplify kmod_module_insert_module()
authorMichal Marek <mmarek@suse.cz>
Fri, 28 Feb 2014 12:05:32 +0000 (13:05 +0100)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 5 Mar 2014 15:22:37 +0000 (12:22 -0300)
commitc2f4d85a9adea895958fc85b9b87ce95a7dc7774
treec207e5f1700af8ea919ad2a2d9709d2bbb8ff6d0
parentbe29c40e25b71d35708b9fad5772ebcd8e4685b3
libkmod-module: Simplify kmod_module_insert_module()

Store the file and elf pointer in the kmod_module structure and have it
freed together with the module.
libkmod/libkmod-module.c