about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/buffer.c b/src/ui/buffer.c
index 20528de4..629aa9e7 100644
--- a/src/ui/buffer.c
+++ b/src/ui/buffer.c
@@ -76,7 +76,6 @@ buffer_free(ProfBuff buffer)
 {
     g_slist_free_full(buffer->entries, (GDestroyNotify)_free_entry);
     free(buffer);
-    buffer = NULL;
 }
 
 void
/a> ^
df1d1ef ^


37be25f ^
df1d1ef ^






d8e4c8a ^
df1d1ef ^



c896e6b ^


df1d1ef ^
55c8ffa ^
d8e4c8a ^
df1d1ef ^





4f0847b ^
df1d1ef ^
b961a70 ^
df1d1ef ^

db1dc5d ^
d8e4c8a ^
df1d1ef ^



bce5265 ^

b961a70 ^
bce5265 ^
df1d1ef ^
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