diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-17 00:43:23 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-22 05:43:03 +0200 |
commit | cf81a28dd30bd8714432d2ff108d64c7f4b65e50 (patch) | |
tree | f2b2c502c22ad6b3d006c289f28fd897f4c703a5 /device.go | |
parent | 942abf948a9121a4595f782093ca623534997776 (diff) |
Fixup buffer freeing
Diffstat (limited to 'device.go')
-rw-r--r-- | device.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,8 +19,7 @@ const ( DeviceRoutineNumberAdditional = 2 ) - -const preallocatedBuffers = 0 +var preallocatedBuffers = 0 type Device struct { isUp AtomicBool // device is (going) up |