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

[QT][Performance] Memory leak re creating the row object instead of re initialize it. #1003

Merged

Conversation

furszy
Copy link

@furszy furszy commented Sep 11, 2019

Memory leak issue solved and performance improvement over the chart load thread handler.
The memory was increasing on every list screen movement because of the row object being re created on every refresh.

Copy link

@Warrows Warrows left a comment

Choose a reason for hiding this comment

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

ACK 43ac65e

Copy link

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

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

Can confirm it fixes the memleak.
ACK 43ac65e

Copy link
Collaborator

@Fuzzbawls Fuzzbawls left a comment

Choose a reason for hiding this comment

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

ACK 43ac65e

Fuzzbawls added a commit that referenced this pull request Sep 13, 2019
… instead of re initialize it.

43ac65e [QT] Memory leak re creating the row object instead of re initialize it. (furszy)

Pull request description:

  Memory leak issue solved and performance improvement over the chart load thread handler.
  The memory was increasing on every list screen movement because of the row object being re created on every refresh.

ACKs for top commit:
  Warrows:
    ACK 43ac65e
  random-zebra:
    ACK 43ac65e
  Fuzzbawls:
    ACK 43ac65e

Tree-SHA512: 666fa128c5cde13bfde0026a00ecca8afa8777559cc10e9007ec1d3bef1f6a87b041bf93c8ef267a99d875967bc910adafdb5a247c4402f355024325009f0b82
@Fuzzbawls Fuzzbawls merged commit 43ac65e into PIVX-Project:master Sep 13, 2019
@furszy furszy deleted the 2019_ui_memory_leak_and_performance branch November 29, 2022 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants