This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".

The branch core-config-reread has been updated
       via  c2147be2fd0303a6a680107c927d1880793f723d (commit)
      from  d252c516b115ae4f1ef2bd94e76f00e21a8ecf2a (commit)

Summary of changes:
 core/tbuf.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit c2147be2fd0303a6a680107c927d1880793f723d
Author: Roman Tokarev <[email protected]>
Date:   Wed Dec 29 12:56:38 2010 +0300

    [core] do va_end at the end of tbuf_vprintf

diff --git a/core/tbuf.c b/core/tbuf.c
index dde9516..325a6be 100644
--- a/core/tbuf.c
+++ b/core/tbuf.c
@@ -174,6 +174,8 @@ tbuf_vprintf(struct tbuf *b, const char *format, va_list ap)
        }
 
        b->len += printed_len;
+
+       va_end(ap);
 }
 
 void

-- 
Tarantool -- an efficient key/value data store

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to