On Thu Mar 14 19:35:23 2024 +0000, Nikolay Sivov wrote:
Just call it with a new topoid value, no need to complicate this.
I have a problem with this, if I generate a new topoid, and create_topology_with_id fails, the next_topology_id global variable will stay incremented causing tests to fail. Another solution might be to return a `struct topology` pointer instead of `IMFTopology` so the caller sets the topoid directly.