Posted by
| Zeno
USA (2,871 posts) Bio
|
Message
| 3589 extracted_obj_queue = extracted_obj_queue->next;
3590 STRFREE( obj->name );
3591 STRFREE( obj->description );
3592 STRFREE( obj->short_descr );
3593 STRFREE( obj->action_desc );
3594 DISPOSE( obj );
3595 --cur_qobjs;
(gdb) p *obj
$1 = {next = 0x54fd3c, prev = 0x44c826, next_content = 0x0, prev_content = 0x5285f0, first_content = 0x4981d0,
last_content = 0x498860, in_obj = 0x498350, carried_by = 0x498570, first_extradesc = 0x42cfd0, last_extradesc = 0x49a6a0,
first_affect = 0x0, last_affect = 0x0, pIndexData = 0x0, in_room = 0x0, name = 0x0, short_descr = 0x0, description = 0x0,
action_desc = 0x1 "", item_type = 895, mpscriptpos = 0, extra_flags = {bits = {33, 64, 0, 0}}, magic_flags = 0,
wear_flags = 0, mpact = 0x3, mpactnum = -1726662223, wear_loc = -17181, weight = 5797, cost = 1735697613, level = 20766,
timer = 15873, value = {1313901226, 1627687941, -179304937, -2073333483, 1780058412, -1989503057}, count = -1738,
serial = 344556628, room_vnum = 939512070, ashards = -100, creator = 0x59e17104 <Address 0x59e17104 out of bounds>}
Or could that be a problem? I haven't changed clean_obj_queue. |
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org | Top |
|