projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69478bc
)
Fixed UBsan warning "call to function through pointer to incorrect function type"
author
khizmax
<khizmax@gmail.com>
Tue, 7 Mar 2017 07:45:42 +0000
(10:45 +0300)
committer
khizmax
<khizmax@gmail.com>
Tue, 7 Mar 2017 07:45:42 +0000
(10:45 +0300)
cds/intrusive/impl/ellen_bintree.h
patch
|
blob
|
history
diff --git
a/cds/intrusive/impl/ellen_bintree.h
b/cds/intrusive/impl/ellen_bintree.h
index 06ed7fd078c4d07a7ea275fe090ab4524f8f07ab..f935c13f5d9ce65dd122be34494bf050e59e4482 100644
(file)
--- a/
cds/intrusive/impl/ellen_bintree.h
+++ b/
cds/intrusive/impl/ellen_bintree.h
@@
-261,9
+261,9
@@
namespace cds { namespace intrusive {
}
struct internal_node_deleter {
- void operator()( internal_node
* p) const
+ void operator()( internal_node* p) const
{
-
free_internal_nod
e( p );
+
cxx_node_allocator().Delet
e( p );
}
};