Fix typo in the patch description of fix-memory-leaks.patch.

This commit is contained in:
Simon Quigley 2018-05-21 00:40:00 -05:00
parent 35886724d2
commit 645eb27881
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -27,6 +27,7 @@ lxqt-panel (0.12.0-9ubuntu1) UNRELEASED; urgency=medium
* set-initial-task-button-correctly.patch
* Upstream commit 563d6bf.
* Change the Vcs entries to be Lubuntu-specific.
* Fix typo in the patch description of fix-memory-leaks.patch.
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 21 May 2018 00:20:20 -0500

View File

@ -3,7 +3,7 @@ Description: Fix various memory leaks
but the commits weren't squashed. The commit descriptions are as follows:
- mainmenu: Fix possible leaks in menu-cache usage
- mount: Fix leak by correctly assigning the QObject parent
- taskbar: Avoid conditionals on unintialized values by proper initialization
- taskbar: Avoid conditionals on uninitialized values by proper initialization
of data members
Author: Palo Kisa <palo.kisa@gmail.com>
Origin: backport