]> sigrok.org Git - libsigrok.git/commitdiff
rdtech-um: eliminate redundant data types in memory allocation
authorGerhard Sittig <redacted>
Wed, 15 Mar 2023 16:52:40 +0000 (17:52 +0100)
committerGerhard Sittig <redacted>
Thu, 16 Mar 2023 13:29:30 +0000 (14:29 +0100)
Just allocate the size of the involved variable. Eliminate redundant
data type specs where inconsistency would go unnoticed.

Link the device context earlier to the device instance while we are
here. Immediately after allocation of the dynamic memory so that the
relation remains obvious.


No differences found