about summary refs log tree commit diff stats
path: root/src/plugins
diff options
context:
space:
mode:
authorSteffen Jaeckel <jaeckel-floss@eyet-services.de>2023-06-04 13:39:03 +0200
committerSteffen Jaeckel <jaeckel-floss@eyet-services.de>2023-06-04 13:39:03 +0200
commit88d383b052cb7f6e8afcd15dc8043bb683f8a687 (patch)
tree26d6b595ec75e72d5dacb2acf31a7e2734090e40 /src/plugins
parent14a2dfc711ba1c4cc3e0937162af86b68be86ade (diff)
downloadprofani-tty-88d383b052cb7f6e8afcd15dc8043bb683f8a687.tar.gz
Fix double-free of values.
The strings have to be dup'ed, otherwise we'll free them twice.

Fixes #1855

Introduced by b6bb50ceb28250317351fd5115e3f187f0c56fba

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
Diffstat (limited to 'src/plugins')
0 files changed, 0 insertions, 0 deletions
a title='Blame the previous revision' href='/akkartik/mu/blame/edit.arc.t?h=main&id=4da62e4ac325e45ae0dbd09e38b9dfcfcd78c1ae'>^
239328e4 ^

61c82b8e ^



239328e4 ^



239328e4 ^

9dca5395 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27