mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Reverted ncurses cleanup
Changed valgrind options, still reachable ignored
This commit is contained in:
parent
cd3b01d248
commit
f47b3304bd
@ -1,3 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
rm -f valgrind.out
|
rm -f valgrind.out
|
||||||
valgrind --log-file=valgrind.out --leak-check=full --track-origins=yes --show-reachable=yes ./profanity
|
#valgrind --log-file=valgrind.out --leak-check=full --track-origins=yes --show-reachable=yes ./profanity
|
||||||
|
valgrind --log-file=valgrind.out --leak-check=full --track-origins=yes ./profanity
|
||||||
|
@ -125,13 +125,6 @@ gui_refresh(void)
|
|||||||
void
|
void
|
||||||
gui_close(void)
|
gui_close(void)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
for (i = 0; i < NUM_WINS; i++) {
|
|
||||||
if (_wins[i].win != NULL) {
|
|
||||||
delwin(_wins[i].win);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
endwin();
|
endwin();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user