From: Christian Grothoff Date: Mon, 23 Jan 2012 09:14:36 +0000 (+0000) Subject: It-might-be-NULL X-Git-Tag: initial-import-from-subversion-38251~15172 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=59f76f044e8654891c2b5b218b4e0c738ee00c48;p=oweals%2Fgnunet.git It-might-be-NULL --- diff --git a/src/util/win.cc b/src/util/win.cc index 594b9a210..1f660720e 100644 --- a/src/util/win.cc +++ b/src/util/win.cc @@ -620,7 +620,7 @@ EnumNICs3 (struct EnumNICs3_results **results, int *results_count) void EnumNICs3_free (struct EnumNICs3_results *r) { - GNUNET_free (r); + GNUNET_free_non_null (r); }