Commit 9f1af1e
[Backport] Fix a possible invalid memory access
This could happen if the signal target was removed in the callback, which could lead to an invalid signalId being returned. I guess this could lead to the signal receiver destroyed out of turn.
(cherry picked from commit MeVisLab/pythonqt@b5a88e1)1 parent 15c3946 commit 9f1af1e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | | - | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
0 commit comments