curl_xml plugin: remove useless assigment
[collectd.git] / src / curl_xml.c
index 86cc87f..4948886 100644 (file)
@@ -170,7 +170,6 @@ static void cx_list_free (llist_t *list) /* {{{ */
   }
 
   llist_destroy (list);
-  list = NULL;
 } /* }}} void cx_list_free */
 
 static void cx_free (void *arg) /* {{{ */