Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 29, 2024
1 parent c4bc938 commit 3bb8867
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/m3u8download.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ static int m3u8download_pollqueue(

curl_easy_cleanup(download->curl);
download->curl = NULL;

fstream_close(download->stream);
download->stream = NULL;
}
}
}
Expand Down

0 comments on commit 3bb8867

Please sign in to comment.