Fix WebPLoading memory leak 51/284251/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:28:42 +0000 (17:28 +0900)
Change-Id: I7dfe4f4ce2c970abade1ea19b912604dae703652

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

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