Skip to content

Commit

Permalink
Fixed memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Aug 25, 2019
1 parent e01d0ff commit 5a18b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2925,7 +2925,7 @@ return **`instance of an object.`**


```C++
FirebaseJson &addString(const String &key, const String &value);FirebaseJson &addArray(const String &key, FirebaseJsonArray *arr);
FirebaseJson &addArray(const String &key, FirebaseJsonArray *arr);
```
Expand Down

0 comments on commit 5a18b55

Please sign in to comment.