[Internal: merge sync-agent]
[platform/core/system/sync-agent.git] / src / framework / data-adapter / common.c
index f7e303b..1ce1847 100755 (executable)
@@ -62,6 +62,7 @@ void sync_agent_free_memory_item(sync_agent_da_item_s * item, int count)
                SYNC_AGENT_DA_MEMORY_FREE(item[i].item_id);
                SYNC_AGENT_DA_MEMORY_FREE(item[i].folder_id);
                SYNC_AGENT_DA_MEMORY_FREE(item[i].service_id);
+               SYNC_AGENT_DA_MEMORY_FREE(item[i].parent_service_id);
                SYNC_AGENT_DA_MEMORY_FREE(item[i].access_name);
        }
        SYNC_AGENT_DA_MEMORY_FREE(item);