aboutsummaryrefslogtreecommitdiff
path: root/t/post.t
diff options
context:
space:
mode:
Diffstat (limited to 't/post.t')
-rw-r--r--t/post.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/post.t b/t/post.t
index b1cbe99..1e3d360 100644
--- a/t/post.t
+++ b/t/post.t
@@ -22,7 +22,8 @@
<td><%= att->mime %></td>
<td><%= att->description %></td>
</tr>
- <% }while(att = nextatt(stmt)); %>
+ <% free(att);
+ }while(att = nextatt(stmt)); %>
</table>
<% } %>
<% #include "foot.tc" %> \ No newline at end of file