Actually since the physics system gets initialized and destroyed manually, you'll most likely will have to make sure the sf::Music objects gets destroyed first, by for example placing it in its own scope.
Or you'll just make sure nothing of the phsysics system gets used anymore once it gets destroyed.