Closed jeroen closed 8 years ago
I'm not sure if the pointers to objects created with add_foo (for repeated) and mutable_foo (for regular objects) should be manually released or not.
add_foo
mutable_foo
https://developers.google.com/protocol-buffers/docs/reference/cpp-generated
Seems like they get free'd automatically when the parent object goes out of scope.
I'm not sure if the pointers to objects created with
add_foo
(for repeated) andmutable_foo
(for regular objects) should be manually released or not.https://developers.google.com/protocol-buffers/docs/reference/cpp-generated