We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c9d44e + 562f0f2 commit 3786ba5Copy full SHA for 3786ba5
examples/mbus-test-1.py
@@ -38,3 +38,7 @@
38
xml_buff = mbus.frame_data_xml(reply_data)
39
40
print("xml_buff =", xml_buff)
41
+
42
+mbus.frame_data_free(reply_data)
43
44
+mbus.disconnect()
0 commit comments