gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-47


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-475-g53b3243
Date: Thu, 18 Apr 2013 10:47:00 +0000

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 "libgnokii and core programs".

The branch, master has been updated
       via  53b3243f91e1c2cf894b085842864a4c6b5f42f1 (commit)
      from  458485f79ef850b02d72f54595b0fa429ab95fb7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=53b3243f91e1c2cf894b085842864a4c6b5f42f1


commit 53b3243f91e1c2cf894b085842864a4c6b5f42f1
Author: Daniele Forsi <address@hidden>
Date:   Thu Apr 18 12:46:45 2013 +0200

    Free buffer on error path

diff --git a/testsuite/dump-vcard.c b/testsuite/dump-vcard.c
index 456e55c..9e66548 100644
--- a/testsuite/dump-vcard.c
+++ b/testsuite/dump-vcard.c
@@ -68,6 +68,7 @@ int main (int argc, char **argv)
                memset (&entry, 0, sizeof(entry));
                if (gn_vcardstr2phonebook (buf, &entry) < 0) {
                        fprintf (stderr, "Parsing '%s' failed\n", argv[1]);
+                       free (buf);
                        return 1;
                }
                free (buf);

-----------------------------------------------------------------------

Summary of changes:
 testsuite/dump-vcard.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]