util: Pre-allocate buffer for ovs_lasterror_to_string().
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 14 Feb 2014 16:12:32 +0000 (08:12 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 14 Feb 2014 16:46:05 +0000 (08:46 -0800)
This lets us call ovs_lasterror_to_string() and not having
to do an extra call of LocalFree() on the returned string.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>

No differences found