Use the size of the buffer not the pointer in a call to mem_free().
authorjsg <jsg@openbsd.org>
Mon, 4 May 2015 09:43:51 +0000 (09:43 +0000)
committerjsg <jsg@openbsd.org>
Mon, 4 May 2015 09:43:51 +0000 (09:43 +0000)
commit8f4310c7c38fd75c8f4dfb031fcbbd9aad732ac3
tree6f92fc6b4a567db5d5047e0e85bb7aa6f1b345e1
parent0abb6899d8b2cdcc71c1f7f3e41f53c12a285e0f
Use the size of the buffer not the pointer in a call to mem_free().
ok miod@ and guenther@ who both pointed out this argument is unused.
lib/libc/rpc/clnt_raw.c