THRIFT-1583 c_glib leaks memory
authorRoger Meier <roger@apache.org>
Sat, 28 Apr 2012 11:33:58 +0000 (11:33 +0000)
committerRoger Meier <roger@apache.org>
Sat, 28 Apr 2012 11:33:58 +0000 (11:33 +0000)
commitc75797d9060e049692c5db1617aa9560aec939c8
tree79953782ca524bc19c2e456479900c64654f3475
parent7c7679198f783638b6bec6c0b2de4da6e6127b94
THRIFT-1583 c_glib leaks memory
THRIFT-1578 C_GLib generated code does not compile
THRIFT-1582 Bad includes of nested thrift files in c_glib

Patch: José Antonio Santos
Minor Modificatons by roger:
- thrift prefix for includes
- g_object_unref instead of g_clear_object (needs glib>=2.28)

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1331752 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_c_glib_generator.cc
lib/c_glib/test/testbinaryprotocol.c
lib/c_glib/test/testbufferedtransport.c
lib/c_glib/test/testdebugproto.c
lib/c_glib/test/testframedtransport.c
lib/c_glib/test/testmemorybuffer.c
lib/c_glib/test/testoptionalrequired.c
lib/c_glib/test/teststruct.c
lib/c_glib/test/testthrifttestclient.cpp
lib/c_glib/test/testtransportsocket.c