<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi, <BR>
&nbsp;<BR>
I encountered a problem when I use mpg_get_str. <BR>
&nbsp;<BR>
ch = mpf_get_str(NULL,&amp;exp,10,MAX_DIGITS + 1,temp);<BR>
&nbsp;<BR>
According to the manual, If <VAR>str</VAR> is <CODE>NULL</CODE>, the result string is allocated using the current allocation function. So I think I should free the memory allocated by this function and I tried free(ch) and delete ch, but failed. It always said data abort. <BR>
&nbsp;<BR>
Would anyone tell me the correct way to free it?<BR>
&nbsp;<BR>
Thanks!<BR><br /><hr />把MSN装进手机,更多聊天乐趣等你挖掘! <a href='http://mobile.msn.com.cn/' target='_new'>立刻下载!</a></body>
</html>