Hi all,<div><br></div><div>I came across with potential memory leak with asprintf calls,</div><div>since asprintf calls are used upon series of if (condition) expression,</div><div>different strings are created with the asprintf call.</div>
<div><br></div><div>But the probelm is when the condition is checked for asprintf calls </div><div>for -1 the error I am  trying to free the char pointer their also and also</div><div>out of the condition.  Even though the potential memory leak </div>
<div>i am using gcc-4.4 and powerpc to run the application.</div><div><br></div><div>guidence needed</div><div><br></div><div>thanks</div><div>Jason</div>