<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:b.harrington@samsung.com" title="Bryce Harrington <b.harrington@samsung.com>"> <span class="fn">Bryce Harrington</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Use of a pointer after it is freed"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91206">bug 91206</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>ASSIGNED
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Use of a pointer after it is freed"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91206#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Use of a pointer after it is freed"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91206">bug 91206</a>
from <span class="vcard"><a class="email" href="mailto:b.harrington@samsung.com" title="Bryce Harrington <b.harrington@samsung.com>"> <span class="fn">Bryce Harrington</span></a>
</span></b>
<pre>Thanks, a free is also needed at line 111, which fix pushed:
commit 399c034bb8c7424c2ed57242cad23e9323bc7978
Author: Arpit Jain <<a href="mailto:jain.arpit@samsung.com">jain.arpit@samsung.com</a>>
Date: Fri Jul 3 15:31:48 2015 +0530
test/bitmap-font: Fix use of pointer after freed pointer
The pointer 'filename' is already freed and still used as a function
argument. This patch will free the pointer 'filename' only after it is
used.
Also, the patch ensures that it frees the pointer 'filename' before any
return of this function.
Fixes: <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Use of a pointer after it is freed"
href="show_bug.cgi?id=91206">https://bugs.freedesktop.org/show_bug.cgi?id=91206</a>
Signed-off-by: Arpit Jain <<a href="mailto:jain.arpit@samsung.com">jain.arpit@samsung.com</a>>
Reviewed-by: Bryce Harrington <<a href="mailto:bryce@osg.samsung.com">bryce@osg.samsung.com</a>></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>