[Non-ACR] memory leak fixes 68/259068/1 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20211028.094007 accepted/tizen/unified/20210611.145009 submit/tizen/20210610.065648 submit/tizen_6.5/20211028.161601 tizen_6.5.m2_release
authorAbhishek Vijay <abhishek.v@samsung.com>
Mon, 31 May 2021 12:59:51 +0000 (18:29 +0530)
committerAbhishek Vijay <abhishek.v@samsung.com>
Mon, 31 May 2021 12:59:51 +0000 (18:29 +0530)
Change-Id: Ia33c499f0fddb4428feec1a4de21421a99a98c0b
Signed-off-by: Abhishek Vijay <abhishek.v@samsung.com>
src/account.c

index 8bf60b7..0c5f734 100644 (file)
@@ -394,6 +394,7 @@ int _register_account_provider(xmlDocPtr docPtr, char* account_provider_app_id)
                                                        }
                                                } else {
                                                        _E("upper-token string is not available");
+                                                       g_strfreev(tokens);
                                                        goto CATCH;
                                                }