[Tizen] Fix WebPLoading memory leak 53/284253/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 14 Nov 2022 08:22:45 +0000 (17:22 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 14 Nov 2022 08:30:31 +0000 (17:30 +0900)
Change-Id: Iaddd0766923f6abec0b7f9ea0fa611d8dcae8900

dali/internal/imaging/common/webp-loading.cpp

index 7790c66..885e142 100644 (file)
@@ -124,6 +124,7 @@ public:
       {
         mIsAnimatedImage = true;
       }
+      WebPDemuxDelete(demuxer);
 
       if(!mIsAnimatedImage)
       {