necouchman commented on PR #531: URL: https://github.com/apache/guacamole-server/pull/531#issuecomment-2240089629
Okay. I asked because the call to `_aligned_malloc` is in there in the previous version: https://github.com/apache/guacamole-server/blob/c715f16b0d93ccd189fe7ddf5391049388e33d5d/src/protocols/rdp/pointer.c#L42-L45 and I think the changes made for FreeRDP3 commits just wrap that call based on whether it should be `winpr_aligned_malloc` or `_aligned_malloc`: https://github.com/apache/guacamole-server/blob/2aabe2847100f67a8c6da512dd5974ef4118dad6/src/protocols/rdp/rdp.h#L55-L61 I wasn't sure if it only affects one case and not the previous one... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
