cookie: avoid mutex deadlock
authorYousuke Kimoto <yousuke.kimoto@gmail.com>
Mon, 14 Jul 2014 18:38:18 +0000 (20:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 Jul 2014 21:50:56 +0000 (23:50 +0200)
commitaa6884845168e3ddc43f0d7f2c8f40bb947d2506
treed474315140a7b1c3f9482927257df112615eddc7
parentf069b40f9d1bf1ebd9a35ce416077de0881186c6
cookie: avoid mutex deadlock

... by removing the extra mutex locks around th call to
Curl_flush_cookies() which takes care of the locking itself already.

Bug: http://curl.haxx.se/mail/lib-2014-02/0184.html
lib/url.c