diff options
| author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-06-30 20:57:40 +0000 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-06-30 20:57:40 +0000 | 
| commit | c54d47775818f19297e03e2f1b1b0031d77878fb (patch) | |
| tree | fffcd76ba9551fc1f89d65ff058b6312d4b08d1c /hardinfo2/arch/common | |
| parent | fe0debc88fd70af16cbcff8da3cbe431939264ff (diff) | |
Hrm. Memleaks still not plugged correctly. Reverting.
Diffstat (limited to 'hardinfo2/arch/common')
| -rw-r--r-- | hardinfo2/arch/common/printers.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hardinfo2/arch/common/printers.h b/hardinfo2/arch/common/printers.h index e2ab1656..fad80f25 100644 --- a/hardinfo2/arch/common/printers.h +++ b/hardinfo2/arch/common/printers.h @@ -73,7 +73,7 @@ __scan_printers(void)  	    printer_list = g_strdup_printf("%s\n"  					   "$PRN%d$"                                              "%s=%s\n", -					   (char*)idle_free(printer_list), +					   printer_list,  					   i,						  					   printers[i],                                             g_str_equal(default_printer, printers[i]) ? | 
