avoid memory leak in X11

This commit is contained in:
Holger Vogt 2018-08-27 21:20:19 +02:00
parent c4f8a02eb0
commit fa60f7d21d
1 changed files with 3 additions and 2 deletions

View File

@ -99,8 +99,9 @@ com_quit(wordlist *wl)
}
#endif
DevSwitch(NULL);
DevSwitch(NULL);
/* remove because of memory leak in X11 */
/* DevSwitch(NULL);
DevSwitch(NULL);*/
/* then go away */