Cleanup: Re-organise source dir
[urcu.git] / tests / benchmark / test_urcu_wfs.c
index e6dfe518b839a884d92729e591a9ec31f83d81b6..266884d441e93bf37d792450a51bcdb1384a9e54 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>
@@ -559,6 +557,7 @@ int main(int argc, char **argv)
                        tot_pop_last);
                retval = 1;
        }
+       cds_wfs_destroy(&s);
        free(count_enqueuer);
        free(count_dequeuer);
        free(tid_enqueuer);
This page took 0.023114 seconds and 4 git commands to generate.