Comment 15 for bug 203016

Revision history for this message
Robert Knight (robertknight) wrote :

This may be related - Running NetworkManager under valgrind reported a memory leak
of about ~1MB after running NM for a few minutes with the return value of nm_dbus_escape_object_path_item,
which does not appear to be freed when called from nm_dbus_get_ap_from_object_path. Presumably this will increase
if left to run for an extended period of time with many access points available.

The size of the leak in this case will scale linearly depending on the number of access points.

Trivial patch attached.