Blocks that have forked for running still indirectly hold references to the other blocks in the flow graph, which includes any variables or memory allocated in their instantiate() and initialize() methods.
The memory footprint of a running block can be reduced by pruning these unneeded references.