Dojo ComboBox Widget Destruction Issue

ComboBox does not destroy itself properly, leading to a JavaScript error. Could it have something to do with not disconnecting events?

Steps:
  1. Pick a state from the combo box below.
  2. Click the "killit" button, which calls destroy on the widget.
  3. Observe the JavaScript error.