FreeBSD Bugzilla – Attachment 135939 Details for
Bug 181040
[patch] sysutils/conky "diskio" memory leak fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
conky_diskio_memory_leak_fix_patch.txt
conky_diskio_memory_leak_fix_patch.txt (text/plain), 703 bytes, created by
Ken DEGUCHI
on 2014-01-31 00:42:57 UTC
(
hide
)
Description:
conky_diskio_memory_leak_fix_patch.txt
Filename:
MIME Type:
Creator:
Ken DEGUCHI
Created:
2014-01-31 00:42:57 UTC
Size:
703 bytes
patch
obsolete
>--- files/patch-src-freebsd.c.orig 2013-02-09 09:22:09.533378950 +0900 >+++ files/patch-src-freebsd.c 2013-08-05 09:03:06.000000000 +0900 >@@ -1,5 +1,5 @@ >---- src/freebsd.c.orig 2012-05-04 00:08:27.000000000 +0300 >-+++ src/freebsd.c 2012-12-04 11:09:20.000000000 +0200 >+--- src/freebsd.c.orig 2012-05-04 06:08:27.000000000 +0900 >++++ src/freebsd.c 2013-08-05 09:02:37.000000000 +0900 > @@ -38,6 +38,11 @@ > #include <sys/types.h> > #include <sys/user.h> >@@ -53,3 +53,12 @@ > > if (!global_cpu) { > malloc_cpu_size = (info.cpu_count + 1) * sizeof(struct cpu_info); >+@@ -702,7 +706,7 @@ >+ free(dev_select); >+ } >+ >+- free(statinfo_cur.dinfo); >++ free(statinfo_cur.dinfo->mem_ptr); >+ return 0; >+ } >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 181040
:
135938
| 135939