enso/app/gui/view/graph-editor
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
..
src Fix leaks in input/output areas by partial revert of #3451. (#3504) 2022-06-02 18:33:36 +00:00
Cargo.toml New IDE build script (#3466) 2022-05-23 04:16:04 +02:00