Skip to content

Commit

Permalink
Fix enormous bug introduced in commit eacfd71
Browse files Browse the repository at this point in the history
  • Loading branch information
vrogier committed Oct 24, 2017
1 parent 5b9bf89 commit 8e56ef4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/typeinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,11 +437,6 @@ OCI_TypeInfo * OCI_API OCI_TypeInfoGet
}
}

if (con->tinfs->mutex)
{
OCI_MutexAcquire(con->tinfs->mutex);
}

/* free describe handle */

OCI_HandleFree(dschp, OCI_HTYPE_DESCRIBE);
Expand Down

0 comments on commit 8e56ef4

Please sign in to comment.