gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] Alternate GUI branch, master, updated. 7c1a703d2cce73eb06d0a96a35e


From: Daniele Forsi
Subject: [SCM] Alternate GUI branch, master, updated. 7c1a703d2cce73eb06d0a96a35e5062d6fc6483b
Date: Sun, 19 Jun 2011 21:18:50 +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 "Alternate GUI".

The branch, master has been updated
       via  7c1a703d2cce73eb06d0a96a35e5062d6fc6483b (commit)
      from  77e8b3113745574b21f26c42d690b7b5b5f88d40 (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/gnocky.git/commit/?id=7c1a703d2cce73eb06d0a96a35e5062d6fc6483b


commit 7c1a703d2cce73eb06d0a96a35e5062d6fc6483b
Author: Daniele Forsi <address@hidden>
Date:   Sun Jun 19 23:17:42 2011 +0200

    Free reference numbers of sent SMS and require libgnokii 0.6.28+

diff --git a/configure.in b/configure.in
index 1d1e9dc..b43b5f0 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,7 @@ AC_HEADER_STDC
 AC_CHECK_HEADERS(libintl.h)
 AM_GNU_GETTEXT()
 
-pkg_modules="gtk+-2.0 >= 2.4.0, glib-2.0 >= 2.0.0, gthread-2.0 >= 2.0.0, 
libglade-2.0 >= 2.0, gnokii >= 0.6.14"
+pkg_modules="gtk+-2.0 >= 2.4.0, glib-2.0 >= 2.0.0, gthread-2.0 >= 2.0.0, 
libglade-2.0 >= 2.0, gnokii >= 0.6.28"
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
 AC_SUBST(PACKAGE_CFLAGS)
 AC_SUBST(PACKAGE_LIBS)
diff --git a/src/monitor.c b/src/monitor.c
index 5a94df3..d8bd719 100644
--- a/src/monitor.c
+++ b/src/monitor.c
@@ -554,6 +554,7 @@ static gn_error gnocky_send_sms(gn_sms *sms)
        if ((error = gn_sms_send(&gdat, statemachine) != GN_ERR_NONE)) {
                g_print("ERROR: %s\n", gn_error_print(error));
        }
+       g_free(sms->reference);
        g_free(sms);
        
        return error;

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

Summary of changes:
 configure.in  |    2 +-
 src/monitor.c |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Alternate GUI



reply via email to

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