remote-node: restore old activation after we unmap the server one

This commit is contained in:
Wim Taymans 2019-12-06 22:56:35 +01:00
parent cfeb724d58
commit 6204c95ee3

View file

@ -138,6 +138,8 @@ static void clean_transport(struct node_data *data)
pw_memmap_free(mm);
pw_memmap_free(data->activation);
data->node->rt.activation = data->node->activation->map->ptr;
close(data->rtwritefd);
data->have_transport = false;
}