Skip to content

Commit

Permalink
Wow I'm an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
PrecociouslyDigital committed Mar 30, 2018
1 parent d5b8ce5 commit 059ea8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public void free(){
for(Task task: tasks){
task.free();
}
this.free();
super.free();
}
}

0 comments on commit 059ea8e

Please sign in to comment.