From 01c757e09afbc6ae401a56e9f588b21cea54b613 Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Mon, 6 Nov 2017 18:27:28 +0000 Subject: Add nem_ull with shuffle --- src/main/online.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/online.c') diff --git a/src/main/online.c b/src/main/online.c index fbec660..7dec27c 100644 --- a/src/main/online.c +++ b/src/main/online.c @@ -13,6 +13,8 @@ int main(int argc, char * argv[]){ struct data * data; struct front_item * front = NULL; struct online_return ret; + ret.tree = NULL; + ret.front = NULL; if(argc!=6){ printf("Wrong number of arguments!\n"); -- cgit v1.2.3