commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas/src connection.c


From: Reinhard Mueller
Subject: gnue/geas/src connection.c
Date: Thu, 13 Dec 2001 14:54:50 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/12/13 14:54:50

Modified files:
        geas/src       : connection.c 

Log message:
        Fixed segfault on executing empty query.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/connection.c.diff?tr1=1.66&tr2=1.67&r1=text&r2=text

Patches:
Index: gnue/geas/src/connection.c
diff -c gnue/geas/src/connection.c:1.66 gnue/geas/src/connection.c:1.67
*** gnue/geas/src/connection.c:1.66     Sun Sep  2 02:49:16 2001
--- gnue/geas/src/connection.c  Thu Dec 13 14:54:50 2001
***************
*** 19,25 ****
     along with this program; if not, write to the Free Software Foundation,
     Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
     
!    $Id: connection.c,v 1.66 2001/09/02 06:49:16 reinhard Exp $
   
  */
  
--- 19,25 ----
     along with this program; if not, write to the Free Software Foundation,
     Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
     
!    $Id: connection.c,v 1.67 2001/12/13 19:54:50 reinhard Exp $
   
  */
  
***************
*** 927,936 ****
  
    /* cleanup after error */
  error:
-   if (queryid)
-     {
-       g_free (queryid);
-     }
    if (classname)
      {
        g_free (classname);
--- 927,932 ----



reply via email to

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