]> sigrok.org Git - libsigrok.git/commit
analog: avoid double free in '-O analog' shutdown path
authormilan hauth <redacted>
Tue, 28 Jul 2020 15:01:03 +0000 (17:01 +0200)
committerGerhard Sittig <redacted>
Tue, 28 Jul 2020 15:07:22 +0000 (17:07 +0200)
commit588295b8b9cd9b3c7e67ccd3bfd74e05c513c0fb
tree36a684137dbc51ae975c892355e7eb5547dcc4fb
parent9dde746023c99a9cd8a34ef7c4b60bad4f78f283
analog: avoid double free in '-O analog' shutdown path

Do void the 'def' and 'values' references for '-O analog' module options
in the shutdown path, to avoid double free calls.
src/output/analog.c