Commit 89de77cd authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

nxagent: Free atom map on termination

parent 4904bfe1
...@@ -584,6 +584,8 @@ Reply Total Cached Bits In Bits Out Bits/Reply Ratio ...@@ -584,6 +584,8 @@ Reply Total Cached Bits In Bits Out Bits/Reply Ratio
nxagentFreeFontData(); nxagentFreeFontData();
#endif /* NXAGENT_SERVER */ #endif /* NXAGENT_SERVER */
nxagentFreeAtomMap();
KillAllClients(); KillAllClients();
free(clientReady); free(clientReady);
dispatchException &= ~DE_RESET; dispatchException &= ~DE_RESET;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment