coverity issue#109258
[platform/core/messaging/msg-service.git] / vobject-engine / VMessage.c
index cb2bce1..18c80a9 100755 (executable)
@@ -1032,6 +1032,9 @@ VTree* vmsg_decode(char *pMsgRaw)
                goto CATCH1;
        }
        VDATA_TRACE_END
+       VFREE(pTemp);
+       VFREE(pTmpParam);
+       VFREE(pVBody);
        return pVMsg;
 
 CATCH: