[Tizen] Fix WebPLoading memory leak
[platform/core/uifw/dali-adaptor.git] / dali / internal / imaging / common / webp-loading.cpp
index 7790c66..885e142 100644 (file)
@@ -124,6 +124,7 @@ public:
       {
         mIsAnimatedImage = true;
       }
+      WebPDemuxDelete(demuxer);
 
       if(!mIsAnimatedImage)
       {