Revert "Fix memleak due to not deleting okpt in VideoStore destructor"
This reverts commit 896a05c65d
.
pull/3588/head
parent
3501fa4f8e
commit
1c870d8213
|
@ -748,7 +748,6 @@ VideoStore::~VideoStore() {
|
||||||
avformat_free_context(oc);
|
avformat_free_context(oc);
|
||||||
delete[] next_dts;
|
delete[] next_dts;
|
||||||
next_dts = nullptr;
|
next_dts = nullptr;
|
||||||
delete opkt;
|
|
||||||
} // VideoStore::~VideoStore()
|
} // VideoStore::~VideoStore()
|
||||||
|
|
||||||
bool VideoStore::setup_resampler() {
|
bool VideoStore::setup_resampler() {
|
||||||
|
|
Loading…
Reference in New Issue