File tree 1 file changed +43
-0
lines changed
1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 103
103
fun:COMMENT_THIS_LINE_TO_DISABLE_LEAK_WARNING
104
104
}
105
105
106
+ #
107
+ # Leaks: dlopen() called without dlclose()
108
+ #
109
+
110
+ {
111
+ dlopen() called without dlclose()
112
+ Memcheck:Leak
113
+ fun:malloc
114
+ fun:malloc
115
+ fun:strdup
116
+ fun:_dl_load_cache_lookup
117
+ }
118
+ {
119
+ dlopen() called without dlclose()
120
+ Memcheck:Leak
121
+ fun:malloc
122
+ fun:malloc
123
+ fun:strdup
124
+ fun:_dl_map_object
125
+ }
126
+ {
127
+ dlopen() called without dlclose()
128
+ Memcheck:Leak
129
+ fun:malloc
130
+ fun:*
131
+ fun:_dl_new_object
132
+ }
133
+ {
134
+ dlopen() called without dlclose()
135
+ Memcheck:Leak
136
+ fun:calloc
137
+ fun:*
138
+ fun:_dl_new_object
139
+ }
140
+ {
141
+ dlopen() called without dlclose()
142
+ Memcheck:Leak
143
+ fun:calloc
144
+ fun:*
145
+ fun:_dl_check_map_versions
146
+ }
147
+
148
+
106
149
#
107
150
# Non-python specific leaks
108
151
#
You can’t perform that action at this time.
0 commit comments