mirror of
https://github.com/openharmony/third_party_openh264.git
synced 2026-07-19 11:04:40 -04:00
fix memory leak in EncUT_GetIntraPredictor
This commit is contained in:
@@ -509,7 +509,9 @@ TEST(GetIntraPredictorTest, TestGetI16x16LumaPredPlane) {
|
||||
}
|
||||
|
||||
pRef -= kiStride + 1;
|
||||
pPred -= (iPredStride * 16);
|
||||
delete []pRef;
|
||||
delete []pPred;
|
||||
}
|
||||
|
||||
TEST(GetIntraPredictorTest, TestGetI16x16LumaPredDc) {
|
||||
|
||||
Reference in New Issue
Block a user