Fix: save: leak of configuration file fd
[lttng-tools.git] / src / common / config / session-config.h
index 939cb6cbf0ff1cd4e76e2c819ffc2e178e241bbd..d77d174c840c058c89430a7bbdf85f1850afbf2a 100644 (file)
@@ -78,8 +78,8 @@ int config_parse_value(const char *value);
 /*
  * Create an instance of a configuration writer.
  *
- * fd_output File to which the XML content must be written. The file will be
- * closed once the config_writer has been destroyed.
+ * fd_output File to which the XML content must be written. fd_output is
+ * owned by the caller.
  *
  * indent If other than 0 the XML will be pretty printed
  * with indentation and newline.
This page took 0.023887 seconds and 4 git commands to generate.