commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas/src dataobject.c


From: Reinhard Mueller
Subject: gnue/geas/src dataobject.c
Date: Thu, 21 Feb 2002 17:40:03 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       02/02/21 17:40:03

Modified files:
        geas/src       : dataobject.c 

Log message:
        Fixed segfault on delete.

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

Patches:
Index: gnue/geas/src/dataobject.c
diff -c gnue/geas/src/dataobject.c:1.62 gnue/geas/src/dataobject.c:1.63
*** gnue/geas/src/dataobject.c:1.62     Tue Sep 18 20:45:59 2001
--- gnue/geas/src/dataobject.c  Thu Feb 21 17:40:03 2002
***************
*** 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: dataobject.c,v 1.62 2001/09/19 00:45:59 ntiffin 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: dataobject.c,v 1.63 2002/02/21 22:40:03 reinhard Exp $
     
  */
  
***************
*** 1121,1127 ****
                    DM_EVENT_OBJECT_DELETE, odl_class_get_full_name (cl),
                    id->objectid);
        Connection_logDelete (odl_class_get_full_name (cl), id->objectid, id);
!       oc_delete_object (odl_class_get_full_name (cl), id->objectid);
      }
  }
  
--- 1121,1128 ----
                    DM_EVENT_OBJECT_DELETE, odl_class_get_full_name (cl),
                    id->objectid);
        Connection_logDelete (odl_class_get_full_name (cl), id->objectid, id);
!       /* oc_delete_object (odl_class_get_full_name (cl), id->objectid); */
!       oc_delete_object (id->classname, id->objectid);
      }
  }
  



reply via email to

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