diff options
Diffstat (limited to 'examples/hello.c')
| -rw-r--r-- | examples/hello.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/hello.c b/examples/hello.c index 7f18f79..0c16fb5 100644 --- a/examples/hello.c +++ b/examples/hello.c @@ -59,6 +59,8 @@ int main() printf("done\n"); + uvh_server_free(server); + return 0; error: |
