<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3103.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am writing a server module to answer certain iq 
namespace query's.&nbsp; I need to malloc memory here for a file I am sending 
back over IM.&nbsp; First question, should I create a new jpacket or use the 
incoming and reset it (I need to hide nodes on that as well)?&nbsp; Second, When 
I malloc the mem, I get a server core dump in _pool_free.&nbsp; I tried to use 
malloc and free and create a pool and use pmalloc and pool_free.&nbsp; Neither 
seem to work?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Thanks</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; Glenn</FONT></DIV></BODY></HTML>