From a90a1259342ecea6f70c0fd7f91981ff1fc9516e Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 29 Aug 2018 14:02:00 +0000 Subject: self-review --- usr/src/lib/libc/port/threads/pthr_attr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr/src/lib/libc/port/threads') diff --git a/usr/src/lib/libc/port/threads/pthr_attr.c b/usr/src/lib/libc/port/threads/pthr_attr.c index 95186cfcfc..5c64dd80bc 100644 --- a/usr/src/lib/libc/port/threads/pthr_attr.c +++ b/usr/src/lib/libc/port/threads/pthr_attr.c @@ -83,7 +83,6 @@ pthread_attr_destroy(pthread_attr_t *attr) { if (attr == NULL || attr->__pthread_attrp == NULL) return (EINVAL); - lfree(attr->__pthread_attrp, sizeof (thrattr_t)); attr->__pthread_attrp = NULL; return (0); -- cgit v1.2.3