unitialize sock->port pointer

This commit is contained in:
Alexandre Ratchov 2014-06-02 09:43:06 +02:00
parent 408318f6ec
commit 88648d8f9b
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ sock_new(int fd)
f->pstate = SOCK_AUTH;
f->opt = NULL;
f->slot = NULL;
f->port = NULL;
f->midi = NULL;
f->tickpending = 0;
f->fillpending = 0;