enso/app
Kaz Wesley a5cd7dcab6
Fix leaks in input/output areas by partial revert of #3451. (#3504)
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`.
2022-06-02 18:33:36 +00:00
..
gui Fix leaks in input/output areas by partial revert of #3451. (#3504) 2022-06-02 18:33:36 +00:00
ide-desktop Profiling workflows (#3475) 2022-06-01 18:01:16 +00:00