Avoid a race condition in url-queue-kill-job
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Feb 2012 12:12:48 +0000 (13:12 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Feb 2012 12:12:48 +0000 (13:12 +0100)
commit27e7172ced67cffd830e805d06aca9ad1324f030
tree22a73a7c45930bb7c9b495776f4e7b014e92513e
parent75a4d9cc2f182761e2be64a429ed617557811194
Avoid a race condition in url-queue-kill-job

* url-queue.el (url-queue-kill-job): Delete the process sentinel
before killing the process to avoid a race condition between the
two processes killing off the process buffer.
lisp/url/ChangeLog
lisp/url/url-queue.el