diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-08-28 10:42:53 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-08-28 10:46:39 -0300 |
commit | ad85a375eb74609c8a1d7a7a3a0a11b7489a2483 (patch) | |
tree | 3f9685307c301c13717df8a9ee4da97f250d7484 /changes/bug-5866_bitmask-lock-not-removed | |
parent | 1726f2818061bf2ae35ef4c9ffe8da44411ea80e (diff) |
Remove /tmp/bitmask.lock on quit. Closes #5866.
Add a platform independent release_lock helper, so all the SO dependent
code goes inside the locks file.
Also, do some code cleanup.
Diffstat (limited to 'changes/bug-5866_bitmask-lock-not-removed')
-rw-r--r-- | changes/bug-5866_bitmask-lock-not-removed | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-5866_bitmask-lock-not-removed b/changes/bug-5866_bitmask-lock-not-removed new file mode 100644 index 00000000..d68c1122 --- /dev/null +++ b/changes/bug-5866_bitmask-lock-not-removed @@ -0,0 +1 @@ +- /tmp/bitmask.lock not removed. Closes #5866. |