Make sure filename_incomplete gets freed

This commit is contained in:
Alex Young
2012-06-21 15:58:32 +01:00
parent 322eae137b
commit bafc3d3687

View File

@@ -103,6 +103,8 @@ void server_destroy( struct server * serve )
serve->acl = NULL;
}
free( serve->filename_incomplete );
free( serve );
}