]> sigrok.org Git - pulseview.git/commitdiff
Fix #1596 by making memory management more robust
authorSoeren Apel <redacted>
Thu, 3 Sep 2020 19:05:17 +0000 (21:05 +0200)
committerSoeren Apel <redacted>
Thu, 3 Sep 2020 19:09:35 +0000 (21:09 +0200)
1) Fixed use of raw pointers to shared_ptr-managed instances
2) Fixed bug due to newly-introduced shared_from_this
3) More nullptr checks
4) Add muxer thread interrupting


No differences found