With broadcast PDUs we can receive multiple replies so must make sure we
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 2 Jul 2011 02:16:37 +0000 (12:16 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 2 Jul 2011 02:16:37 +0000 (12:16 +1000)
commit1b9917b8866a74edf06b80668e44ed0e593a47b9
tree2892cc6951c1905af77cc7c5b3633b801cbad8cc
parentfb0cf38eda70098ff0974911353c8e39925c28b9
With broadcast PDUs we can receive multiple replies so must make sure we
delete the previuous unmarshalling buffer when we start over and
process the second pdu to the initial call.

Or else we will leak memory very slowly when processing broadcast RPC replies
lib/pdu.c