]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libsmartcols: drop superfluous call yo yylex_init()
authorThomas Weißschuh <thomas@t-8ch.de>
Tue, 28 Apr 2026 22:08:09 +0000 (00:08 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 28 Apr 2026 22:09:00 +0000 (00:09 +0200)
commit08087a7204fd1e8317b2b9194d7e37b966d86996
tree375e66cf89197876c941503e7e2444646c27f4ca
parentfbffd94c7da65834aa4399d3de9ee5f368e4e7cb
libsmartcols: drop superfluous call yo yylex_init()

The lexer is already initialized with yylex_init_extra(),
making the call to yylex_init() superfluous.
Furthermore this is leaking memory.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
libsmartcols/src/filter.c