MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / rioFreeFd

Function rioFreeFd

src/rio.cpp:423–425  ·  view source on GitHub ↗

release the rio stream. */

Source from the content-addressed store, hash-verified

421
422/* release the rio stream. */
423void rioFreeFd(rio *r) {
424 sdsfree(r->io.fd.buf);
425}
426
427/* ---------------------------- Generic functions ---------------------------- */
428

Callers 2

rdbSaveToSlavesSocketsFunction · 0.85

Calls 1

sdsfreeFunction · 0.85

Tested by

no test coverage detected