We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cac5e commit 4a35833Copy full SHA for 4a35833
1 file changed
examples/server.c
@@ -35,7 +35,6 @@
35
#include "session_server_ch.h"
36
37
volatile int exit_application = 0;
38
-struct lyd_node *tree;
39
40
static void
41
sigint_handler(int signum)
@@ -381,7 +380,6 @@ main(int argc, char **argv)
381
380
}
382
nc_ps_free(ps);
383
nc_server_destroy();
384
- lyd_free_all(tree);
385
ly_ctx_destroy(context);
386
return rc;
387
0 commit comments