altosuilib: Make sure only one thread is closing serial device
authorKeith Packard <keithp@keithp.com>
Sat, 14 Jun 2014 21:38:00 +0000 (14:38 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Jun 2014 21:38:00 +0000 (14:38 -0700)
commit19273a4a341342ca6b5d65cfc490d92cbf23356f
treef1584cb8847ddae6f8f357a0752b5c976b328de5
parent2903f0911e79e381c6125022bb84096321c258eb
altosuilib: Make sure only one thread is closing serial device

Multiple closers can cause a crash by freeing the libaltos device twice

Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosSerial.java