about summary refs log tree commit diff stats
path: root/src/ui/screen.h
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2020-04-05 15:58:28 +0300
committerDmitry Podgorny <pasis.ua@gmail.com>2020-04-05 15:58:28 +0300
commitded48a7e40644050a99d36375b569f581b60bb7f (patch)
treea61b1261b4a03eda24e884eaadcf127f12355eaf /src/ui/screen.h
parentdc5ddb8ebe5792a220803c4e0ba9a071177d4537 (diff)
downloadprofani-tty-ded48a7e40644050a99d36375b569f581b60bb7f.tar.gz
Fix memory leak in stanza_attach_correction()
xmpp_stanza_add_child() takes own reference to the child stanza.
Therefore we have to release our reference or the child is lost
and not freed otherwise.
Diffstat (limited to 'src/ui/screen.h')
0 files changed, 0 insertions, 0 deletions
/worker/imap/open.go?h=0.5.1&id=089740758c0f408a62de331990fe694d35bc8d1c'>0897407 ^
2750f99 ^
b389647 ^





0897407 ^


















b389647 ^
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
45
46
47
48
49
50