Skip to content

Commit d7c1ee1

Browse files
lirc: Plug another memory leak
1 parent 6d849eb commit d7c1ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lirc/lirc.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ void LIRCPlugin::cleanup ()
130130
input_tag = 0;
131131
}
132132

133+
lirc_freeconfig (config);
133134
config = nullptr;
134135
}
135136

0 commit comments

Comments
 (0)