Skip to content

Commit

Permalink
fix unbalance {}.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumikawa committed May 14, 2001
1 parent 9047ee8 commit 94dd687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebsd4/sys/kern/uipc_socket.c
Expand Up @@ -205,8 +205,8 @@ sodealloc(so)
if (so->so_accf->so_accept_filter_str != NULL)
FREE(so->so_accf->so_accept_filter_str, M_ACCF);
FREE(so->so_accf, M_ACCF);
#endif /* INET */
}
#endif /* INET */
crfree(so->so_cred);
zfreei(so->so_zone, so);
}
Expand Down

0 comments on commit 94dd687

Please sign in to comment.