gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19322 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r19322 - gnunet/src/util
Date: Mon, 23 Jan 2012 10:14:36 +0100

Author: grothoff
Date: 2012-01-23 10:14:36 +0100 (Mon, 23 Jan 2012)
New Revision: 19322

Modified:
   gnunet/src/util/win.cc
Log:
It-might-be-NULL

Modified: gnunet/src/util/win.cc
===================================================================
--- gnunet/src/util/win.cc      2012-01-23 08:53:46 UTC (rev 19321)
+++ gnunet/src/util/win.cc      2012-01-23 09:14:36 UTC (rev 19322)
@@ -620,7 +620,7 @@
 void
 EnumNICs3_free (struct EnumNICs3_results *r)
 {
-  GNUNET_free (r);
+  GNUNET_free_non_null (r);
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]