aboutsummaryrefslogtreecommitdiffstats
path: root/build_history
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2023-02-14 14:46:22 +0100
committerChristian Tismer <tismer@stackless.com>2023-02-20 09:00:08 +0100
commita754c9f95876de46388387a9eb128c2423f29dd4 (patch)
tree134a32ca4b75ec31299c3b4643132e805e4acbd9 /build_history
parentedfd9a5ad174a48f8d7da511dc6a1c69e931a418 (diff)
property: fix an old refcount bug, concluding debug errors
There was a refcounting bug in pysideproperty.cpp that took some time to be understood. By using Property.__init__ multiple times, an omission became manifest: Not clearing a Property instance's attribute before generates a leak. This was the last unsolved reference bug in debug mode :-) Change-Id: Ie91fa9e56ef52ca555168841c99c14fd550202ed Fixes: PYSIDE-1402 Pick-to: 6.4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'build_history')
-rw-r--r--build_history/blacklist.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
index 60909d60b..475e5d40e 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -41,9 +41,6 @@
darwin ci
[QtWidgets::qpicture_test]
darwin ci
-# Unsolved Refcounting leaks in debug mode
-[pysidetest::property_python_test]
- debug
# PYSIDE-535: These errors are still present. Please try to remove one :)
[sample::mixed_mi]