Fix T67358: Compositor Disabled Node Config -> SegFault

The issue was caused by wrong conversion happening after some of the
proxies are removed. Easiest solution is to first remove proxies and
then add required converter operations.

Thanks Jeroen for the review!
This commit is contained in:
Sergey Sharybin 2020-06-19 14:49:36 +02:00
parent 28d77f9354
commit 16d09a5864

@ -98,10 +98,10 @@ void NodeOperationBuilder::convertToOperations(ExecutionSystem *system)
add_operation_input_constants();
add_datatype_conversions();
resolve_proxies();
add_datatype_conversions();
determineResolutions();
/* surround complex ops with read/write buffer */