aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/online.c
diff options
context:
space:
mode:
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");