mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-08 05:15:16 +08:00
3eb4eb8074
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
13 lines
210 B
Markdown
13 lines
210 B
Markdown
---
|
|
title: "mg_mgr_free()"
|
|
decl_name: "mg_mgr_free"
|
|
symbol_kind: "func"
|
|
signature: |
|
|
void mg_mgr_free(struct mg_mgr *);
|
|
---
|
|
|
|
De-initialises Mongoose manager.
|
|
|
|
Closes and deallocates all active connections.
|
|
|