Skip to content

Commit

Permalink
Merge pull request ocsigen#80 from chambart/master
Browse files Browse the repository at this point in the history
Fix getprotobyname double free (issue ocsigen#78)
  • Loading branch information
jeremiedimino committed Sep 2, 2014
2 parents 7a0c792 + 4493d89 commit 4b7f42b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unix/lwt_unix_unix.c
Expand Up @@ -1911,7 +1911,6 @@ static value alloc_servent(struct servent *entry)
break; \
case ENOENT: \
default: \
free(job->buffer); \
job->ptr = NULL; \
return; \
} \
Expand Down

0 comments on commit 4b7f42b

Please sign in to comment.