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_28-15


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-155-gedca05c
Date: Thu, 24 Dec 2009 18:42:13 +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  edca05c30b654b5fd7dbf1a08b388b78213b1c45 (commit)
      from  6e71a40c87628f4d7d77c5afd86de1336d20bffb (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=edca05c30b654b5fd7dbf1a08b388b78213b1c45


commit edca05c30b654b5fd7dbf1a08b388b78213b1c45
Author: Daniele Forsi <address@hidden>
Date:   Thu Dec 24 19:41:21 2009 +0100

    Fix memleak when parsing a vCard

diff --git a/common/vcard.c b/common/vcard.c
index 27b304b..18cbb9e 100644
--- a/common/vcard.c
+++ b/common/vcard.c
@@ -410,6 +410,7 @@ GNOKII_API int gn_vcardstr2phonebook(const char *vcard, 
gn_phonebook_entry *entr
                if (BEGINS("END:VCARD"))
                        break;
        }
+       free (v);
        gnokii_strfreev(lines);
 
        return 0;

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

Summary of changes:
 common/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]