Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed memory leak and deadcode. #4539

Merged
merged 1 commit into from Oct 20, 2023
Merged

Fixed memory leak and deadcode. #4539

merged 1 commit into from Oct 20, 2023

Conversation

Frozen
Copy link
Contributor

@Frozen Frozen commented Oct 18, 2023

No description provided.

}

func (dh *downloadHelper) start() {
go dh.downloadStartedLoop()
go dh.downloadFinishedLoop()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The function start initiates an internal loop and awaits the occurrence of close, which never happens.

@Frozen Frozen self-assigned this Oct 18, 2023
@ONECasey ONECasey merged commit da863bf into dev Oct 20, 2023
4 checks passed
@Frozen Frozen deleted the fix/memory_leak_n_deadcode branch November 27, 2023 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants