Description
The following code in PySide::getMetaDataFromQObject :
QMetaMethod method = metaObject->method(i); const char* methSig = method.methodSignature();
Is taking a pointer to temporary memory.
Attachments
Issue Links
- duplicates
-
PYSIDE-484 Qt 5.9: Test QtQml/qqmlincubator_incubateWhile.py fails
- Closed