-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: double free of list item on exit
The individual items are in the list, by deleting the item and the whole list again will trigger a segfault. This fixes the segfault when applications like deepin-system-monitor exits. Change-Id: I4ee7b9c759491fe83335ba971a7806488a02d98e
- Loading branch information
1 parent
18a4076
commit 3941dda
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters