]> granicus.if.org Git - procps-ng/commit
library: re-enable <pids) dealloc_stacks, found a need
authorJim Warner <james.warner@comcast.net>
Sat, 10 Oct 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Wed, 14 Oct 2015 10:35:53 +0000 (21:35 +1100)
commitc9388ed512ba4fa1cf47138fef84338daa6ff64a
tree28e16b52b820dc0f48f9463a474e295cfde917a6
parent657ac2e0c7993131c1b52e7ed5bd368da7ef4fea
library: re-enable <pids) dealloc_stacks, found a need

The above function had been disabled via '#if 0' so as
to prevent a compiler warning. But it really should be
called by that 'procps_pids_read_shut' function rather
than it duplicating/reinventing the same logic itself.

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/pids.c