Add -Wextra to CFLAGS
[urcu.git] / tests / benchmark / test_urcu_lfs.c
index 1d2dc84b50dadce681d3e4da585889e4c06f5a44..38e99bff20cd47d2ece2aa51d21dd17f370e10f2 100644 (file)
@@ -21,8 +21,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
-#include "config.h"
 #include <stdio.h>
 #include <pthread.h>
 #include <stdlib.h>
@@ -516,6 +514,7 @@ int main(int argc, char **argv)
                       tot_successful_dequeues + end_dequeues);
 
        free_all_cpu_call_rcu_data();
+       cds_lfs_destroy(&s);
        free(count_enqueuer);
        free(count_dequeuer);
        free(tid_enqueuer);
This page took 0.023708 seconds and 4 git commands to generate.