Ticket #481 (closed defect: fixed)
WARNING: Format vcard30 don't have a destroy function. Possible memory leak
| Reported by: | roguexz | Owned by: | abauer |
|---|---|---|---|
| Priority: | normal | Milestone: | Plugin Format: vformat 0.40 |
| Component: | Format Plugin: vformat | Version: | 0.22 |
| Severity: | critical | Keywords: | |
| Cc: | roguexz@… |
Description
When syncing Nokia N72 with Evolution, I keep seeing the following warnings:
WARNING: Format vcard30 don't have a destroy function. Possible memory leak WARNING: Format vcard21 don't have a destroy function. Possible memory leak WARNING: Format vtodo10 don't have a destroy function. Possible memory leak
This is causing the sync to hang and on the console I see: Member 1 of type evo2-sync committed all changes.
The syncml-plugin never comes out. Is this a known issue?
Here are my configurations:
Groupname: NokiaN72
Member 1: evo2-sync
Configuration : <config>
<address_path>default</address_path>
<calendar_path>default</calendar_path>
<tasks_path>default</tasks_path>
</config>
Member 2: syncml-obex-client
Configuration : <?xml version="1.0"?>
<config>
<bluetooth_address>00:17:4B:A9:93:35</bluetooth_address>
<bluetooth_channel>11</bluetooth_channel>
<interface>0</interface>
<identifier>PC Suite</identifier>
<version>1</version>
<wbxml>1</wbxml>
<username></username>
<password></password>
<type>2</type>
<usestringtable>1</usestringtable>
<onlyreplace>0</onlyreplace>
<onlyLocaltime>0</onlyLocaltime>
<recvLimit>10000</recvLimit>
<maxObjSize>0</maxObjSize>
<contact_db>Contacts</contact_db>
<calendar_db>Calendar</calendar_db>
<note_db>Notes</note_db>
</config>
Change History
comment:2 Changed 6 years ago by cstender
- Milestone changed from 0.31 to OpenSync 0.40
Milestone 0.31 deleted
comment:5 Changed 6 years ago by dgollub
- Status changed from new to closed
- Resolution set to fixed
- Component changed from OpenSync to Plugin: vformat
The vcard30 an vcard21 object formats have in OpenSync? 0.33 destroy_functions.
I have doubts that the sync really hangs because of that warnings... If the sync still hangs feel free to open a new ticket.
