summaryrefslogtreecommitdiffstats
path: root/src/main/online.c
diff options
context:
space:
mode:
authorAlexandre Jesus <adbjesus@gmail.com>2017-11-06 18:27:28 +0000
committerAlexandre Jesus <adbjesus@gmail.com>2017-11-06 18:27:28 +0000
commit01c757e09afbc6ae401a56e9f588b21cea54b613 (patch)
tree1d516f02c731ee7f2dff19b0dfddbafb4c041788 /src/main/online.c
parent3333e0c5a1a8e39c74fb178ac124940844463520 (diff)
downloadlibuknapsack-01c757e09afbc6ae401a56e9f588b21cea54b613.tar.gz
libuknapsack-01c757e09afbc6ae401a56e9f588b21cea54b613.zip
Add nem_ull with shuffle
Diffstat (limited to 'src/main/online.c')
-rw-r--r--src/main/online.c2
1 files changed, 2 insertions, 0 deletions
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");