summaryrefslogtreecommitdiffstats
path: root/src/VLCInput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VLCInput.cpp')
-rw-r--r--src/VLCInput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VLCInput.cpp b/src/VLCInput.cpp
index 00d5fa4..dde9a7b 100644
--- a/src/VLCInput.cpp
+++ b/src/VLCInput.cpp
@@ -220,7 +220,7 @@ void VLCInput::exit_cb()
fprintf(stderr, "VLC exit, restarting...\n");
cleanup();
- m_current_buf.empty();
+ m_current_buf.clear();
prepare();
}