Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 285f8b11 authored by Ram Mohan M's avatar Ram Mohan M Committed by Pawin Vongmasa
Browse files

bug fix: close file pointer

Bug: 63796949

Change-Id: Ifd8a27d851cbc659ea8108e0879747cd9169680a
parent 96743b42
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1361,6 +1361,7 @@ TEST_F(VideoDecHidlTest, FlushTest) {
                      kPortIndexOutput, eleStream, &Info, index,
                      Info.size() - index, portMode[1], false);
    }
    eleStream.close();
    flushPorts(omxNode, observer, &iBuffer, &oBuffer, kPortIndexInput,
               kPortIndexOutput);
    framesReceived = 0;