moe85 / as3-arduino-connector

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

Dispose never called when com port fails to open #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Attempt to open an invalid com port
2.  Call dispose()
3.  Close the application
4.  Application shows crash dialog

What is the expected output? What do you see instead?
Expect the ANE context to be disposed regardless of the connected state

What version of the product are you using? On what operating system?
1.0.0

Please provide any additional information below.
Remove the return from ArduinoConnector.dispose() so that the context can be 
cleaned up.

Original issue reported on code.google.com by blanchar...@gmail.com on 8 Feb 2012 at 10:21

GoogleCodeExporter commented 9 years ago
Fixed in 1.2.0

Original comment by Nicholas...@gmail.com on 25 Mar 2012 at 3:44