mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-13 16:09:00 +08:00
13 lines
208 B
Markdown
13 lines
208 B
Markdown
|
---
|
||
|
title: "mg_mgr_free()"
|
||
|
decl_name: "mg_mgr_free"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
void mg_mgr_free(struct mg_mgr *);
|
||
|
---
|
||
|
|
||
|
De-initializes Mongoose manager.
|
||
|
|
||
|
Close and deallocate all active connections.
|
||
|
|