Ticket #87 (closed defect: duplicate)

Opened 3 years ago

Last modified 1 year ago

osync_member_committed_all() crashes on plugins with multiple sinks

Reported by: ehabkost Assigned to: abauer
Priority: normal Component: OpenSync
Version: Severity: major
Keywords: Cc:

Description

Revision [547] added a context object on committed_all(), but osync_context_report_success() ends up being called many times on the same context object, causing a crash, as the context object is free()d on the first call.

Change History

06/19/05 17:03:39 changed by ehabkost

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicated of #86.