about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2019-10-14 00:19:08 +0300
committerDmitry Podgorny <pasis.ua@gmail.com>2019-10-14 00:19:08 +0300
commit6d11cd2db3bd22b9ddac0b4a59c610939100694e (patch)
tree2a0ef8556810691d9aa9af5fe50f7972000f809a /.travis.yml
parentffd74229faae6842f0e8bd50d894333d3de86d98 (diff)
downloadprofani-tty-6d11cd2db3bd22b9ddac0b4a59c610939100694e.tar.gz
Fix memory leak in cmd_join()
room is either argv[0] or allocated by GString. We have to free memory
in the 2nd case. Replace argv[0] with g_strdup(argv[0]) in order to
make unconditional g_free().
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions
'Blame the previous revision' href='/danisanti/profani-tty/blame/themes/forest?id=8764e596505b213bece56acbbe65a8a1fe906ac9'>^
a4b4ed71 ^



a4b4ed71 ^
ffa01a1a ^
30b5f112 ^

a4b4ed71 ^

30b5f112 ^




a4b4ed71 ^





30b5f112 ^
71679a31 ^

a4b4ed71 ^


a4b4ed71 ^

2f82f50a ^
86c1c388 ^
1a3dc91e ^
a4b4ed71 ^

a4b4ed71 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
1900402f ^
0aa758cb ^
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81