diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2010-08-15 17:33:44 -0300 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2010-08-15 18:01:02 -0300 |
commit | 9fe6a457e1d9d01f6645d91805691afd429d0a2c (patch) | |
tree | c5827b9923c3070fdad30bc4331bba828e6df704 /modules/devices.c | |
parent | a8c677991b1fe6102b768a84d060a2c099994713 (diff) |
Fix crash on module unload
Diffstat (limited to 'modules/devices.c')
-rw-r--r-- | modules/devices.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/devices.c b/modules/devices.c index d15ee95a..57f3aa23 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -430,7 +430,6 @@ void hi_module_init(void) void hi_module_deinit(void) { - h_hash_table_remove_all(moreinfo); g_hash_table_destroy(moreinfo); g_hash_table_destroy(memlabels); g_module_close(cups); |