From: Alyssa Rosenzweig Date: Wed, 20 May 2020 18:19:41 +0000 (-0400) Subject: panfrost: Remove dated comment about leaks X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f69b6e91164fe672c1ae9e54b6f17387d81cd9e6;p=mesa.git panfrost: Remove dated comment about leaks It's been fixed for a while. Signed-off-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/gallium/drivers/panfrost/pan_context.c b/src/gallium/drivers/panfrost/pan_context.c index d20bd560b65..e06d607375f 100644 --- a/src/gallium/drivers/panfrost/pan_context.c +++ b/src/gallium/drivers/panfrost/pan_context.c @@ -1467,7 +1467,6 @@ panfrost_create_context(struct pipe_screen *screen, void *priv, unsigned flags) panfrost_blend_context_init(gallium); panfrost_compute_context_init(gallium); - /* XXX: leaks */ gallium->stream_uploader = u_upload_create_default(gallium); gallium->const_uploader = gallium->stream_uploader; assert(gallium->stream_uploader);