--- deliantra/server/common/recipe.C 2006/09/14 21:16:11 1.6 +++ deliantra/server/common/recipe.C 2006/12/12 21:39:56 1.9 @@ -1,5 +1,3 @@ - - /* Basic stuff for use with the alchemy code. Clearly some of this stuff * could go into server/alchemy, but I left it here just in case it proves * more generally useful. @@ -617,7 +615,7 @@ if (!strcmp (art->item->name, rp->title)) break; - free_object (item); + item->destroy (); return art; }