← Back to team overview

touch-packages team mailing list archive

[Bug 1495467] Re: Memory leak on previews

 

This bug was fixed in the package unity8 -
8.11+15.10.20150922.1-0ubuntu1

---------------
unity8 (8.11+15.10.20150922.1-0ubuntu1) wily; urgency=medium

  [ Albert Astals Cid ]
  * Adapt test to code changes
  * Add DEP-8 test for all our UI and unit tests
  * Keep the PreviewStack around to avoid mem leaks (LP: #1495467)

  [ CI Train Bot ]
  * Resync trunk.

  [ Michael Terry ]
  * When libusermetrics gives us an empty string, still show the
    infographic circle rather than hiding it.  This is a follow-on to a
    branch [1] that changes the "no data available" label to the empty
    string.

  [ Michał Sawicz ]
  * Add DEP-8 test for all our UI and unit tests
  * Fix integrated LightDM path
  * Resync trunk

 -- Michał Sawicz <michal.sawicz@xxxxxxxxxxxxx>  Tue, 22 Sep 2015
12:57:15 +0000

** Changed in: unity8 (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1495467

Title:
  Memory leak on previews

Status in unity-scopes-shell package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Preview stack objects leak memory because of the custom
  QObject::event() handlers that shell plugin uses. These event handlers
  need to call base QOBject::event for unhandled events, and unity8
  needs to make sure it keeps the reference to PreviewStack object (not
  just preview model) for as long as needed till the preview is closed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1495467/+subscriptions


References