Commit f6ab2a2811477547347b395789c0340c38603944

Nick Mathewson 2010-04-23T23:55:30

Fix a memory leak when unmarshalling RPC object arrays The old code would use type_var_add() for its side-effect of expanding the array, then leak the new object that was added to the array. The new code adds a static function to handle the array resizing.