mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 05:10:23 +00:00
Removed ANNOTATE_HAPPENS_DONE() again.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11085
This commit is contained in:
@@ -240,10 +240,7 @@ private:
|
||||
if (--(*m_count_ptr) == 0)
|
||||
{
|
||||
if (s_enable_annotations)
|
||||
{
|
||||
ANNOTATE_HAPPENS_AFTER(m_count_ptr);
|
||||
ANNOTATE_HAPPENS_DONE(m_count_ptr);
|
||||
}
|
||||
delete m_ptr;
|
||||
m_ptr = NULL;
|
||||
delete m_count_ptr;
|
||||
|
||||
Reference in New Issue
Block a user