diff --git a/src/zm_videostore.cpp b/src/zm_videostore.cpp index 971cf3d1d..210d80f03 100644 --- a/src/zm_videostore.cpp +++ b/src/zm_videostore.cpp @@ -748,7 +748,6 @@ VideoStore::~VideoStore() { avformat_free_context(oc); delete[] next_dts; next_dts = nullptr; - delete opkt; } // VideoStore::~VideoStore() bool VideoStore::setup_resampler() {