diff options
Diffstat (limited to 'todo.c')
-rw-r--r-- | todo.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ int bbs_todo( term_screen *ts, const char *fname) llist_push( todo_list, l ); goto cycle0; exit_cycle0:; + if ( l != NULL ) free( l ); } } |