[uwac] remove broken function attribute

This commit is contained in:
akallabeth 2024-08-28 08:48:32 +02:00
parent d6b7e90d69
commit b0afe43d34
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 0 additions and 1 deletions

View File

@ -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);