Comment 17 for bug 1635577

Revision history for this message
Dmitry Shachnev (mitya57) wrote :

According to massif, the memory allocations come from the following path:

0x1FF8C3AA: new_item_normal (client.c:1095)
0x201A8798: menuitem_get_properties_new_cb (client.c:1578)
0x201A6C67: get_properties_callback (client.c:698)
0x06CB54E1: g_task_return_now (gtask.c:1121)
[...]

and the same, but new_item_separator instead of new_item_normal.

This is the libdbusmenu-glib / libdbusmenu-gtk code, so reassigning accordingly.

There is also going a very intensive D-Bus exchange between the indicator and the owncloud process, it did not look sane to me, so it may be another bug somewhere.