Emil Velikov (@xexaxo) commented about dlls/winedmo/main.c:
{ struct stream_context *context;
- if (!(context = malloc( sizeof(*context) ))) return NULL;
- if (!(context = malloc( 0x10000 ))) return NULL;
Any chance we get an inline comment saying how `0x10000` was chosen?