Without this patch the memory pointed to by context->in_buff gets leaked on each call to GetVolumeInformationByHandleW and the memory usage of winedevice.exe grows.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52322
-- v3: ntoskrnl: Do not leak memory by setting input buffer to NULL.