mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 08:41:40 +03:00
a5cd7dcab6
Fix a memory leak introduced by #3451. Found this to be part of the cause of [the buffer leaks](https://www.pivotaltracker.com/story/show/181943457/comments/231558434). The problem with this use of `define_endpoints_2` is, - The FRP network contains (strong) references to the `Model`. - The `Model` has a strong reference to `api::Private`, which owns the FRP network. Thus we never free the `Model`. |
||
---|---|---|
.. | ||
gui | ||
ide-desktop |