aboutsummaryrefslogtreecommitdiff
path: root/src/qmmp/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmp/buffer.h')
-rw-r--r--src/qmmp/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmp/buffer.h b/src/qmmp/buffer.h
index 58c5f0f2c..6e3828173 100644
--- a/src/qmmp/buffer.h
+++ b/src/qmmp/buffer.h
@@ -37,7 +37,7 @@ public:
~Buffer()
{
delete[] data;
- data = 0;
+ data = nullptr;
samples = 0;
rate = 0;
size = 0;