Code

liboconfig/oconfig.c: remove unneeded assigment
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 23 Apr 2016 09:44:41 +0000 (11:44 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 23 Apr 2016 09:44:41 +0000 (11:44 +0200)
[src/liboconfig/oconfig.c:224]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?

src/liboconfig/oconfig.c

index ca7f958f7e02da6d07dfdb6644b182bb0ea3d420..cfe9c5a1450fb5588c341fca56aadcc8a1f35a2f 100644 (file)
@@ -221,7 +221,6 @@ void oconfig_free (oconfig_item_t *ci)
 {
   oconfig_free_all (ci);
   free (ci);
-  ci = NULL;
 }
 
 /*