Format code

This commit is contained in:
Jordan Bancino 2023-01-06 21:18:44 +00:00
parent c63715c2e7
commit 7bda319f39

View file

@ -652,6 +652,7 @@ JsonFree(HashMap * object)
* used as the key. * used as the key.
*/ */
MemoryInfo *i = MemoryInfoGet(key); MemoryInfo *i = MemoryInfoGet(key);
if (i) if (i)
{ {
Free(key); Free(key);