mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
can access free it
This commit is contained in:
parent
d5d18f9a94
commit
0698f06a13
@ -161,6 +161,10 @@ public:
|
||||
data = d;
|
||||
}
|
||||
|
||||
bool doIFreeIt(){
|
||||
return freeIt;
|
||||
}
|
||||
|
||||
private:
|
||||
bool freeIt;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user