Merge branch 'collectd-5.5'
[collectd.git] / src / liboconfig / oconfig.c
index ca7f958..cfe9c5a 100644 (file)
@@ -221,7 +221,6 @@ void oconfig_free (oconfig_item_t *ci)
 {
   oconfig_free_all (ci);
   free (ci);
-  ci = NULL;
 }
 
 /*