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