I have a generic query,

I'm using protobuf in C. I have 2 daemons that need to talk to each other 
over google protobuf channel.

Lets say i malloc a message on sender side, send it to protobuf functions. 
My understanding is i need to free it as i allocated it, once the call 
returns.

How about when the receiver daemon receives a callback with protobuf 
message. Who frees that message?.

I wasnt able to find any clear instructions on this.

Any help will be appreciated. Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to