diff options
| author | Xin Li <delphij@google.com> | 2020-08-27 10:16:28 -0700 |
|---|---|---|
| committer | Xin Li <delphij@google.com> | 2020-08-27 10:16:28 -0700 |
| commit | 2a153ae758f31292361d992a026efa8da12975a1 (patch) | |
| tree | c24789830230557c3d8098501a0941cc5fe9e69d /test | |
| parent | ba5c5cf9606bca4e8f192b3f0de45ff7e2912e56 (diff) | |
| parent | 23442489fbd55fcf76efa90d264d74677eda07a6 (diff) | |
| download | platform_external_libmpeg2-2a153ae758f31292361d992a026efa8da12975a1.tar.gz platform_external_libmpeg2-2a153ae758f31292361d992a026efa8da12975a1.tar.bz2 platform_external_libmpeg2-2a153ae758f31292361d992a026efa8da12975a1.zip | |
Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)
Bug: 166295507
Merged-In: I69a69f0bd988eedd220f8aaab9932e871fe8a2c0
Change-Id: I32a7ca28f66d8350a9a1bebe88d5aa7481a4ce0b
Diffstat (limited to 'test')
| -rw-r--r-- | test/decoder/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/decoder/main.c b/test/decoder/main.c index 0a249ac..51f2c44 100644 --- a/test/decoder/main.c +++ b/test/decoder/main.c @@ -3112,8 +3112,8 @@ int main(WORD32 argc, CHAR *argv[]) { ithread_join(s_app_ctx.display_thread_handle, NULL); } - free(s_app_ctx.display_thread_handle); } + free(s_app_ctx.display_thread_handle); { iv_retrieve_mem_rec_ip_t s_retrieve_dec_ip; |
