Ticket #1062 (closed defect: fixed)
[PATCH] Change to osync_plugin_config_get_advancedoption_value_by_name for mozilla-sync
| Reported by: | Graham Cobb | Owned by: | henrik |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin: mozilla | Version: | 0.38 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The change to osync_plugin_config_get_advancedoption_value_by_name [Bug 1032] requires a small change in mozilla-config.cpp.
The attached patch file is completely untested (not even compiled, as I do not have the necessary thunderbird support) but is intended to fix this. It is also intended to fix two related small bugs in the existing code -- the option should not have been unref'd even with the old behaviour, and the string allocated by g_strdup and stored in szProfileDir was never being free'd.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Updated patch for mozilla-config.cpp