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-24


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-244-g4052cf3
Date: Sun, 12 Jun 2011 16:20:18 +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  4052cf3b89ef76af017f0a6c91eb6c7a06160f29 (commit)
       via  dd029575a350ee4d7858acf22364420adaa441b6 (commit)
       via  e89c99a87188383d8892de4b8f77e711ce07a55c (commit)
       via  5f22df07ca2a36a4469800f8d98dcad503d9eef2 (commit)
       via  169adc8b06c8ab4d40df0e107266ca805ef1db6a (commit)
      from  db0279cce95adf6ea1cd689c6f57f4cdd5ef67ed (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=4052cf3b89ef76af017f0a6c91eb6c7a06160f29


commit 4052cf3b89ef76af017f0a6c91eb6c7a06160f29
Author: Pawel Kot <address@hidden>
Date:   Sun Jun 12 18:19:36 2011 +0200

    Free sms.reference only when it's allocated.

diff --git a/smsd/lowlevel.c b/smsd/lowlevel.c
index 874d502..bbee084 100644
--- a/smsd/lowlevel.c
+++ b/smsd/lowlevel.c
@@ -291,7 +291,9 @@ static gint A_SendSMSMessage (gpointer data)
   dt->sms = d->sms;
   d->status = gn_sms_send (dt, sm);
   status = d->status;
-  free (dt->sms->reference);
+  /* we do not use sms reference numbers in smsd */
+  if (dt->sms->reference)
+    free (dt->sms->reference);
   free (dt);
   pthread_cond_signal (&sendSMSCond);
   pthread_mutex_unlock (&sendSMSMutex);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=dd029575a350ee4d7858acf22364420adaa441b6


commit 4052cf3b89ef76af017f0a6c91eb6c7a06160f29
Author: Pawel Kot <address@hidden>
Date:   Sun Jun 12 18:19:36 2011 +0200

    Free sms.reference only when it's allocated.

diff --git a/smsd/lowlevel.c b/smsd/lowlevel.c
index 874d502..bbee084 100644
--- a/smsd/lowlevel.c
+++ b/smsd/lowlevel.c
@@ -291,7 +291,9 @@ static gint A_SendSMSMessage (gpointer data)
   dt->sms = d->sms;
   d->status = gn_sms_send (dt, sm);
   status = d->status;
-  free (dt->sms->reference);
+  /* we do not use sms reference numbers in smsd */
+  if (dt->sms->reference)
+    free (dt->sms->reference);
   free (dt);
   pthread_cond_signal (&sendSMSCond);
   pthread_mutex_unlock (&sendSMSMutex);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=e89c99a87188383d8892de4b8f77e711ce07a55c


commit 4052cf3b89ef76af017f0a6c91eb6c7a06160f29
Author: Pawel Kot <address@hidden>
Date:   Sun Jun 12 18:19:36 2011 +0200

    Free sms.reference only when it's allocated.

diff --git a/smsd/lowlevel.c b/smsd/lowlevel.c
index 874d502..bbee084 100644
--- a/smsd/lowlevel.c
+++ b/smsd/lowlevel.c
@@ -291,7 +291,9 @@ static gint A_SendSMSMessage (gpointer data)
   dt->sms = d->sms;
   d->status = gn_sms_send (dt, sm);
   status = d->status;
-  free (dt->sms->reference);
+  /* we do not use sms reference numbers in smsd */
+  if (dt->sms->reference)
+    free (dt->sms->reference);
   free (dt);
   pthread_cond_signal (&sendSMSCond);
   pthread_mutex_unlock (&sendSMSMutex);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=5f22df07ca2a36a4469800f8d98dcad503d9eef2


commit 4052cf3b89ef76af017f0a6c91eb6c7a06160f29
Author: Pawel Kot <address@hidden>
Date:   Sun Jun 12 18:19:36 2011 +0200

    Free sms.reference only when it's allocated.

diff --git a/smsd/lowlevel.c b/smsd/lowlevel.c
index 874d502..bbee084 100644
--- a/smsd/lowlevel.c
+++ b/smsd/lowlevel.c
@@ -291,7 +291,9 @@ static gint A_SendSMSMessage (gpointer data)
   dt->sms = d->sms;
   d->status = gn_sms_send (dt, sm);
   status = d->status;
-  free (dt->sms->reference);
+  /* we do not use sms reference numbers in smsd */
+  if (dt->sms->reference)
+    free (dt->sms->reference);
   free (dt);
   pthread_cond_signal (&sendSMSCond);
   pthread_mutex_unlock (&sendSMSMutex);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=169adc8b06c8ab4d40df0e107266ca805ef1db6a


commit 4052cf3b89ef76af017f0a6c91eb6c7a06160f29
Author: Pawel Kot <address@hidden>
Date:   Sun Jun 12 18:19:36 2011 +0200

    Free sms.reference only when it's allocated.

diff --git a/smsd/lowlevel.c b/smsd/lowlevel.c
index 874d502..bbee084 100644
--- a/smsd/lowlevel.c
+++ b/smsd/lowlevel.c
@@ -291,7 +291,9 @@ static gint A_SendSMSMessage (gpointer data)
   dt->sms = d->sms;
   d->status = gn_sms_send (dt, sm);
   status = d->status;
-  free (dt->sms->reference);
+  /* we do not use sms reference numbers in smsd */
+  if (dt->sms->reference)
+    free (dt->sms->reference);
   free (dt);
   pthread_cond_signal (&sendSMSCond);
   pthread_mutex_unlock (&sendSMSMutex);

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

Summary of changes:
 common/gsm-sms.c           |   57 ++++++++++++++++++++++++++++---------------
 gnokii/gnokii-sms.c        |    3 +-
 smsd/lowlevel.c            |    4 ++-
 xgnokii/xgnokii_lowlevel.c |    4 ++-
 4 files changed, 45 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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