verify that multiple decr's afterwords work

This commit is contained in:
Jaremy Creechley 2023-09-13 12:02:42 -07:00
parent 1991fdbc29
commit d755bd0562
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -52,6 +52,7 @@ proc runDestroyOnReleaseTest() =
## to prevent future decr's from occuring
check a.isNil == true
a.decr()
a.release()
suite "Share buffer test":