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

Memory Leak Issue #33

Open
Thisal-D opened this issue Jun 15, 2024 · 0 comments
Open

Memory Leak Issue #33

Thisal-D opened this issue Jun 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Thisal-D
Copy link
Owner

Memory Leak Issue in PyTube Downloader

I have encountered a memory leak issue in the PyTube Downloader application. When videos are added and then removed, the memory is not fully cleaned up. I wrote a custom destructor to delete all member variables, but it does not seem to resolve the issue completely.

Steps to Reproduce

  • Add videos to the downloader.
  • Remove videos from the downloader.
  • Observe memory usage not decreasing as expected.

Expected Behavior

Memory should be cleaned up completely after removing videos.

Actual Behavior

Memory usage does not decrease fully, indicating a memory leak.

@Thisal-D Thisal-D added bug Something isn't working help wanted Extra attention is needed labels Jun 15, 2024
@Thisal-D Thisal-D self-assigned this Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant