Difference for common/object.c from version 1.135 to 1.136


version 1.135 version 1.136
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.135 2006/07/04 21:22:24 ryo_saeba Exp $";   *   "$Id: object.c,v 1.136 2006/07/28 06:45:29 qal21 Exp $";
  */   */
   
 /*  /*
Line 1132
 
Line 1132
     LOG(llevError,"Trying to free freed object.\n%s\n",errmsg);      LOG(llevError,"Trying to free freed object.\n%s\n",errmsg);
     return;      return;
   }    }
    
     /* Handle for plugin destroy event */
     execute_event(ob, EVENT_DESTROY,NULL,NULL,NULL,SCRIPT_FIX_NOTHING);
    
   if(ob->more!=NULL) {    if(ob->more!=NULL) {
     free_object2(ob->more, free_inventory);      free_object2(ob->more, free_inventory);
     ob->more=NULL;      ob->more=NULL;


Legend:
line(s) removed in v.1.135 
line(s) changed
 line(s) added in v.1.136

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:14