projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
proper const-ness for GetLine() and operator[]()
[wxWidgets.git]
/
src
/
unix
/
sound.cpp
diff --git
a/src/unix/sound.cpp
b/src/unix/sound.cpp
index 37b8469aadabe39cc111ed4ceeffdaaf93eeff6c..500e8617182a2694fcdf62ac833096034204e19d 100644
(file)
--- a/
src/unix/sound.cpp
+++ b/
src/unix/sound.cpp
@@
-570,8
+570,7
@@
bool wxSound::Create(int size, const wxByte* data)
Stop();
Stop();
- delete ms_backend;
- ms_backend = NULL;
+ wxDELETE(ms_backend);
#if wxUSE_LIBSDL && wxUSE_PLUGINS
delete ms_backendSDL;
#endif
#if wxUSE_LIBSDL && wxUSE_PLUGINS
delete ms_backendSDL;
#endif