Add CONNECTION_MUTEX_UNLOCK in connection_create routine 02/37802/1
authorTaehee Yoo <ap420073@gmail.com>
Mon, 6 Apr 2015 10:45:18 +0000 (19:45 +0900)
committerTaehee Yoo <ap420073@gmail.com>
Mon, 6 Apr 2015 10:45:18 +0000 (19:45 +0900)
commit93364887275e064f55ad0169959b7ee6fb765eb0
tree9d6a74d5233f071cf17cdb9749ce17f09a8249df
parentb13adca7c52c7c36969b46bf52177711c7b86a9f
Add CONNECTION_MUTEX_UNLOCK in connection_create routine

In the connection_create routine, it should unlock its mutex before returns
any values. But some routines do not unlock its mutex. So I add unlock code.

Change-Id: I87a864b797ab4bc9c50ab4655497ee9aecd6875d
src/connection.c