mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use LeakChecked throughout Beast
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
@see String, StringPairArray
|
||||
*/
|
||||
class BEAST_API StringArray
|
||||
class BEAST_API StringArray : LeakChecked <StringArray>
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
@@ -396,10 +396,7 @@ public:
|
||||
|
||||
|
||||
private:
|
||||
//==============================================================================
|
||||
Array <String> strings;
|
||||
|
||||
BEAST_LEAK_DETECTOR (StringArray)
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user