Skip to content

Commit

Permalink
+ issue #2468: freecad-0.15.4671/src/Base/Handle.cpp:61: bad test ?
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 9, 2016
1 parent 37b7334 commit 3ca1ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base/Handle.cpp
Expand Up @@ -58,7 +58,7 @@ void Handled::ref() const

void Handled::unref() const
{
assert(_lRefCount > 0);
assert(*_lRefCount > 0);
if (!_lRefCount->deref()) {
delete this;
}
Expand Down

0 comments on commit 3ca1ec2

Please sign in to comment.