rickyrockrat / parcellite

GNU General Public License v3.0
224 stars 29 forks source link

Fix 'Attempt to unlock mutex that was not locked' issue. #10

Closed ar0n closed 6 years ago

ar0n commented 7 years ago

If no history exists the code jumps to function end where g_mutex_unlock() is called on a mutex that is not locked. Ref: https://bugs.launchpad.net/ubuntu/+source/parcellite/+bug/1388105

rickyrockrat commented 7 years ago

For real? What version of parcellite are you running? The bug you reference was supposed to be fixed in version 1.1.8 (July, 2014). Parcellite is now on 1.2.1. I may not have pushed to github for a bit, perhaps that is the issue.

ar0n commented 7 years ago

Yep using the latest, the fix is for the master.

rickyrockrat commented 6 years ago

That should have no effect. This change will leave the history unlocked while it is sorting the list.