about summary refs log tree commit diff stats
path: root/opcodes
Commit message (Collapse)AuthorAgeFilesLines
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-0/+106
+0100 committer James Booth <boothj5@gmail.com> 2014-06-15 17:32:30 +0100 Fixed memleak in autocompleter' href='/danisanti/profani-tty/commit/prof.supp?id=b9b5d6a5f849346497f8fc89fff977a5edd352e9'>b9b5d6a5 ^
e2aa4d6f ^

b9b5d6a5 ^









e2aa4d6f ^








2af5c151 ^
e2aa4d6f ^

2af5c151 ^
e2aa4d6f ^

2af5c151 ^

e2aa4d6f ^
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




               

     
 

        









               








                             
      

 
      

               

                  
 
{
  _dl_init
  Memcheck:Leak
  ...
  fun:_dl_init
  ...
}

# libotr

{
  otrl_init
  Memcheck:Leak
  ...
  fun:_otr_init
  fun:_init
  fun:prof_run
  ...
}

{
  otrl_privkey_read
  Memcheck:Leak
  ...
  fun:otrl_privkey_read_FILEp
  fun:otrl_privkey_read
  ...
}

# glib

{
  glib
  Memcheck:Leak
  ...
  fun:start_thread
  fun:clone
}