catch (...) // oui, les ... tels quels!
{
SDL_FreeSurface (m_Background);
while (m_IconList.size () != 0)
{
delete m_IconList.back ();
m_IconList.pop_back ();
}
throw;
}
