http://bugs.freedesktop.org/show_bug.cgi?id=15530

           Summary: Leaked user_data in _call_ API
           Product: Telepathy
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: telepathy-glib
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


In the generated code for *_call_* if there is no callback or if the interface
is not found the destroy func is not called to free user_data so it's leaked.

Passing user_data without callback seems useless, maybe we should add a
g_return_if_fail (callback != NULL || user_data == NULL);


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy

Reply via email to