[ https://issues.apache.org/jira/browse/THRIFT-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169649#comment-16169649 ]
ASF GitHub Bot commented on THRIFT-4329: ---------------------------------------- Github user gadLinux commented on the issue: https://github.com/apache/thrift/pull/1361 @jeking3 a memory leak is getting me crazy maybe we can check together. In the multiplexed protocol, line 169 we should release that protocol but if I do it the code seems to fail with memory dump in other point. I think the chained destructor is making me little crazy. I will still check but for now we should get this out. > c_glib Doesn't have a multiplexed processor > ------------------------------------------- > > Key: THRIFT-4329 > URL: https://issues.apache.org/jira/browse/THRIFT-4329 > Project: Thrift > Issue Type: Bug > Components: C glib - Library > Affects Versions: 1.0 > Reporter: Gonzalo Aguilar > Assignee: Gonzalo Aguilar > Fix For: 1.0 > > > It seems that multiplexed protocol only implements > thrift_multiplexed_protocol_write_message_begin that's ok for sending > messages to a multiplexed server but not for the C server. We also need a > multiplexed processor for the server. -- This message was sent by Atlassian JIRA (v6.4.14#64029)