about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-25 16:06:00 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-25 16:06:00 +0100
commitf597de4889177564a02b154ad7f05193e39a9057 (patch)
treece938fc40f8d8e75be82ff6dad7000084d1d9dc6 /tests
parent62730367d6fe064cae38ba3930feec8575e77029 (diff)
downloadprofani-tty-f597de4889177564a02b154ad7f05193e39a9057.tar.gz
Properly free buffer entry
g_slist_delete_link() is not enough we also need to call _free_entry()
on the entry.

This fixes a memleak in win_insert_last_read_position_marker()
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
iv class='alt'>
b3556b21 ^
62cd83ba ^



b3556b21 ^
62cd83ba ^






f07bb12f ^






34a60763 ^
f07bb12f ^










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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44