diff --git a/src/twc-tfer.c b/src/twc-tfer.c index 35f43cb..25c7898 100644 --- a/src/twc-tfer.c +++ b/src/twc-tfer.c @@ -62,6 +62,7 @@ twc_tfer_new() struct t_twc_tfer *tfer = malloc(sizeof(struct t_twc_tfer)); tfer->files = twc_list_new(); tfer->buffer = NULL; + tfer->downloading_path = NULL; return tfer; }