We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use smart pointers in the labsubname for loop. The pointer of the QLineEdit is leaking memory
The text was updated successfully, but these errors were encountered:
Disbale and hide the back_5 button until #1 fixes
61cec3f
- Hide the back_5 button until the #1 issue is fixed as calling the dynamic QlineEdit creation function leaks memory
The commit which is causing the leak is 1c16296
Sorry, something went wrong.
From reddit user u/micod suggested to use qDeleteAll to fix this issue
qDeleteAll
e22dbb9
Abir-Tx
No branches or pull requests
Use smart pointers in the labsubname for loop. The pointer of the QLineEdit is leaking memory
The text was updated successfully, but these errors were encountered: