summaryrefslogtreecommitdiff
path: root/usr/src/lib/libproc/common/Pscantext.c
diff options
context:
space:
mode:
authormws <none@none>2005-07-31 12:13:11 -0700
committermws <none@none>2005-07-31 12:13:11 -0700
commit1a7c1b724419d3cb5fa6eea75123c6b2060ba31b (patch)
tree13e6c764697ec107ff0ef2977245f3c20f361006 /usr/src/lib/libproc/common/Pscantext.c
parent3fd6cc295d1c8c721b4b8abb49bbe0fefe51d034 (diff)
downloadillumos-joyent-1a7c1b724419d3cb5fa6eea75123c6b2060ba31b.tar.gz
6275414 unary operator * doesn't work properly when applied to args[] elements
6282291 D compiler core dumps in dt_node_dynamic() for inline parameter 6295808 dtrace could warn about /* w/i a comment 6301080 dtrace debugging support should be easier to maintain 6301082 mdb should provide raw target support for DOF 6301083 dt_probe_discover() fails assertion when matching unpublished provider 6301084 Pscantext() leaks prmap_t buffer every time it is called 6301086 dtrace(1M) should always dtrace_close() before returning 6301087 dtrace_close() deadlock in dt_proc_destroy() when processes are idle 6301088 dtrace_program_link() leaks ELF handles for object files 6301091 D compiler support for USDT translators (part 2)
Diffstat (limited to 'usr/src/lib/libproc/common/Pscantext.c')
-rw-r--r--usr/src/lib/libproc/common/Pscantext.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/lib/libproc/common/Pscantext.c b/usr/src/lib/libproc/common/Pscantext.c
index d4cb853254..72d85c06f6 100644
--- a/usr/src/lib/libproc/common/Pscantext.c
+++ b/usr/src/lib/libproc/common/Pscantext.c
@@ -20,7 +20,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -176,6 +176,8 @@ Pscantext(struct ps_prochandle *P)
}
}
+ free(prbuf);
+
if ((P->sysaddr = sysaddr) != 0)
return (0);
else