Default constructed AttrConfEventData crashes on destruction
As the pointers attr_conf and device are not initialized.
Shortest possible python recipe:
conf_event = AttrConfEventData()
``
As the pointers attr_conf and device are not initialized.
Shortest possible python recipe:
conf_event = AttrConfEventData()
``