Re: [PATCH] drm/ast: fix using freed memory

2022-02-10 Thread Thomas Zimmermann
Hi Am 03.02.22 um 16:23 schrieb t...@redhat.com: From: Tom Rix clang static analysis reports this problem ast_mode.c:1235:3: warning: Use of memory after it is freed drm_connector_update_edid_property(_connector->base, edid);

[PATCH] drm/ast: fix using freed memory

2022-02-03 Thread trix
From: Tom Rix clang static analysis reports this problem ast_mode.c:1235:3: warning: Use of memory after it is freed drm_connector_update_edid_property(_connector->base, edid); ^~ The second condition on if (!flags &&