From b0afe43d349ecce995bd52c2833c7a291a440add Mon Sep 17 00:00:00 2001 From: akallabeth Date: Wed, 28 Aug 2024 08:48:32 +0200 Subject: [PATCH] [uwac] remove broken function attribute --- uwac/libuwac/uwac-window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/uwac/libuwac/uwac-window.c b/uwac/libuwac/uwac-window.c index fa30dbda5..834ea90c1 100644 --- a/uwac/libuwac/uwac-window.c +++ b/uwac/libuwac/uwac-window.c @@ -78,7 +78,6 @@ static void UwacWindowDestroyBuffers(UwacWindow* w) w->buffers = NULL; } -WINPR_ATTR_MALLOC(UwacWindowDestroyBuffers, 1) static int UwacWindowShmAllocBuffers(UwacWindow* w, int64_t nbuffers, int64_t allocSize, uint32_t width, uint32_t height, enum wl_shm_format format);