Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CGoGN
CGoGN
Commits
13b182ec
Commit
13b182ec
authored
Aug 23, 2012
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug: quicktraversal pointers not to NULL after clear(true) !!
parent
430c4c9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/Topology/generic/genericmap.cpp
src/Topology/generic/genericmap.cpp
+1
-0
No files found.
src/Topology/generic/genericmap.cpp
View file @
13b182ec
...
...
@@ -145,6 +145,7 @@ void GenericMap::clear(bool removeAttrib)
{
m_attribs
[
i
].
clear
(
true
)
;
m_embeddings
[
i
]
=
NULL
;
m_quickTraversal
[
i
]
=
NULL
;
}
for
(
std
::
multimap
<
AttributeMultiVectorGen
*
,
AttributeHandlerGen
*>::
iterator
it
=
attributeHandlers
.
begin
();
it
!=
attributeHandlers
.
end
();
++
it
)
(
*
it
).
second
->
setInvalid
()
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment