We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f121b3 commit 2954396Copy full SHA for 2954396
tests/test_io.c
@@ -53,6 +53,7 @@ setup_write(void **state)
53
/* ietf-netconf */
54
fd = open(TESTS_DIR "/data/modules/ietf-netconf.yin", O_RDONLY);
55
if (fd == -1) {
56
+ free(w->session);
57
free(w);
58
return -1;
59
}
0 commit comments