This is normal. If you need objects not to be destroyed at the end of layout, you should set these objects as global.
Note, that if you have a global sprite on a global layer, and you switch to another layout with this layer, you'll end up with two instances of this sprite.
So you should probably do something like this: