ast_queue_frame creates a copy of the frame (line 348), then proceeds to use the pointer (fin) that was passed in (line 363,364 and 369). Should it continue to use *fin or should it use it's own copy that it creates? -- Karl Putland <karl at putland.linux-site.net>