]> granicus.if.org Git - libnl/commit
Free associated caches when freeing cache manager
authorThomas Graf <tgr@deb.localdomain>
Tue, 5 Feb 2008 11:35:41 +0000 (12:35 +0100)
committerThomas Graf <tgr@deb.localdomain>
Tue, 5 Feb 2008 11:35:41 +0000 (12:35 +0100)
commit080727d90b62418cb103f5b0fc6ccecdf8317009
tree110a260bbb32929cb3a1e1f2545fba92d273c002
parentdbcdf91a99d0e12d012308328bc6e1894403a99b
Free associated caches when freeing cache manager

Caches allocated by the cache manager must be freed again when the cache
manager itself is freed. However, the netlink socket is allocated
indepdently so it should not be freed.
lib/cache_mngr.c
tests/test-cache-mngr.c