Commit ef41e820 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

netstat: Fix incorrect comment.

parent 47234005
......@@ -86,7 +86,7 @@ static int __cdecl NETSTAT_wprintf(const WCHAR *format, ...)
/*
* Allocate buffer to use when writing to console
* Note: Not freed - memory will be allocated once and released when
* xcopy ends
* netstat ends
*/
if (!output_bufW) output_bufW = HeapAlloc(GetProcessHeap(), 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment