diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2010-01-03 20:08:09 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2010-01-03 20:08:09 -0200 |
commit | 71c946914e692c1d2eda6f0dcdfdc1839789110b (patch) | |
tree | 079be72e50061f879a72fd062535d0db7b0387b7 /hardinfo2/computer.c | |
parent | 631f3ba3ffadaddd79cbbfc8c49b92aca58c2138 (diff) |
Add hi_module_deinit() functions to more modules.
Diffstat (limited to 'hardinfo2/computer.c')
-rw-r--r-- | hardinfo2/computer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index bbab7060..8ec55c6b 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -583,8 +583,6 @@ gchar **hi_module_get_dependencies(void) void hi_module_deinit(void) { - DEBUG("cleaning up module"); - if (computer->os) { g_free(computer->os->kernel); g_free(computer->os->libc); |