version 1.135 | | version 1.136 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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; |