ConnectionStateMessage: Why am I leaking it?

I’m using an InterprocessConnection and each time I close my app, I’m hitting “Leaked objects detected: x instance(s) of class ConnectionStateMessage”. I have an OwnedArray holding the connections and use connections.clear(true) in the destructor of the app.

Any suggestions?