1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-21 02:09:09 +00:00

Fix memory leaks

This commit is contained in:
plt
2011-11-13 14:09:58 +08:00
parent 12770eed2c
commit 75c7cd86f6
4 changed files with 85 additions and 11 deletions

View File

@@ -139,7 +139,7 @@ def gen_marshal_register_function():
print "}"
signature_template = r"""
inline static const gchar *
inline static gchar *
${signature_name}()
{
return searpc_compute_signature (${args});