My suspicion is that these errors were generated in network_set(), which implies that network_set() had been called on a freed Network object. I'm not exactly sure how that could happen, but perhaps clearing the network table as each network proxy goes down (as opposed to when the "scanning" property changes) might be more robust.
This only happened once, after clicking "Disconnect", and I haven't been able to reproduce it.
My suspicion is that these errors were generated in network_set(), which implies that network_set() had been called on a freed Network object. I'm not exactly sure how that could happen, but perhaps clearing the network table as each network proxy goes down (as opposed to when the "scanning" property changes) might be more robust.