<div>I may have found the disturbing answer to my question.  According to the code I&#39;m looking at in modules/tm/t_reply.c it adds this comment after sending the reply with body:</div><div> </div><div> /* this is ugly hack -- the function caller may wish to continue with<br>
  * transaction and I unref; however, there is now only one use from<br>  * vm/fifo_vm_reply and I&#39;m currently to lazy to export UNREF; -jiri<br>  */<br> UNREF(trans);<br></div><div>Does this mean the transaction is released after using the t_reply_with_body () function?  If so, is there any way around this?</div>