Name
utrace_engine_put —
release a reference on a struct utrace_engine
Synopsis
void utrace_engine_put ( | struct utrace_engine * engine); |
Arguments
engine
struct utrace_engine pointer
Description
You must hold a reference on engine, and you lose that reference.
If it was the last one, engine becomes an invalid pointer.