mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
CommandLineParseCommaSeparatedValues does some internal hack to allow the allocated char** to be cleaned up by free. This enforces compiler warnings as the pointer types do not match. Use a new free function CommandLineParserFree instead