projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
A bit of cleanup
[wxWidgets.git]
/
src
/
common
/
object.cpp
diff --git
a/src/common/object.cpp
b/src/common/object.cpp
index 78f63ab0a8e4a0d868835faa003b69657663d5e5..87e3dc1ed78bc0977852256aa609a791338cc180 100644
(file)
--- a/
src/common/object.cpp
+++ b/
src/common/object.cpp
@@
-310,7
+310,7
@@
void wxObject::UnRef()
{
wxASSERT_MSG( m_refData->m_count > 0, _T("invalid ref data count") );
{
wxASSERT_MSG( m_refData->m_count > 0, _T("invalid ref data count") );
- if (
!--m_refData->m_count
)
+ if (
--m_refData->m_count == 0
)
delete m_refData;
m_refData = NULL;
}
delete m_refData;
m_refData = NULL;
}