Add the sessiond notification-handling subsystem
[lttng-tools.git] / src / bin / lttng-sessiond / save.c
index 9ac7712cb114968fdb8c3c4605a4f2f10419037b..1a879b21429892e1f1af1465af9c790b5f7270b5 100644 (file)
@@ -2053,6 +2053,13 @@ end:
                }
        }
 
+       if (file_opened) {
+               ret = close(fd);
+               if (ret) {
+                       PERROR("Closing XML session configuration");
+               }
+       }
+
        return ret;
 }
 
This page took 0.025753 seconds and 5 git commands to generate.