lmahdi / as3-arduino-connector

Automatically exported from code.google.com/p/as3-arduino-connector
0 stars 0 forks source link

Crash in getBytesAsByteArray #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
native-extension/Windows-x86/SerialANE.c

line #153,

there is:  FREReleaseByteArray( &incomingBytes);
should be: FREReleaseByteArray( argv[0]);

Original issue reported on code.google.com by piotr.ra...@gmail.com on 12 Aug 2012 at 8:01

GoogleCodeExporter commented 8 years ago
The same bug in: native-extension/MacOS-x86/SerialANE.c line #155

Original comment by piotr.ra...@gmail.com on 12 Aug 2012 at 8:06

GoogleCodeExporter commented 8 years ago
Same issue. Forced to call readByte instead :(

Original comment by xaci...@gmail.com on 17 Sep 2012 at 10:05

GoogleCodeExporter commented 8 years ago

Original comment by Nicholas...@gmail.com on 12 Nov 2012 at 11:14