Fixed #3329 (cppcheck core dump on Sun machine)
This commit is contained in:
parent
c3b54066bd
commit
13eecb9109
|
@ -46,7 +46,7 @@ public:
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
virtual ~Check() {
|
virtual ~Check() {
|
||||||
#ifndef DJGPP
|
#if !defined(DJGPP) && !defined(__sun)
|
||||||
instances().remove(this);
|
instances().remove(this);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue