]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/sound_osx.cpp
Correct format specifiers used to show wxIPV4address.
[wxWidgets.git] / src / osx / sound_osx.cpp
index 1155660e46ddb01ae0e634760927b6fb7f7ca83a..ba8d3166f65e2f92e9de66deff173bfe09563e80 100644 (file)
@@ -73,11 +73,7 @@ void wxSoundData::MarkForDeletion()
 void wxSoundData::Stop()
 {
     DoStop();
-    if ( m_pTimer )
-    {
-        delete m_pTimer;
-        m_pTimer = NULL;
-    }
+    wxDELETE(m_pTimer);
 }
 
 //Time between timer calls