diff options
Diffstat (limited to 't/post.t')
-rw-r--r-- | t/post.t | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |