diff options
author | Benjamin Franzke <benjaminfranzke@gmail.com> | 2020-02-13 06:32:48 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@gmail.com> | 2020-02-13 06:32:48 +0100 |
commit | 4a97f3afcd0ff1f12a917add18372c5fd0411e49 (patch) | |
tree | 92120e7211e1b15dbe026964545354a66dbe5f23 /src/pa-sink-ctl.c | |
parent | 78f0fe37817881a2805a06982d7112a0b19b8d64 (diff) | |
download | pa-sink-ctl-4a97f3afcd0ff1f12a917add18372c5fd0411e49.tar.gz pa-sink-ctl-4a97f3afcd0ff1f12a917add18372c5fd0411e49.tar.bz2 pa-sink-ctl-4a97f3afcd0ff1f12a917add18372c5fd0411e49.zip |
Drop invalid call to delscreen(NULL)ellpise
Some descriptions said that delscreen frees
resources from initscr (which we use) and
newterm (which we do not use).
Therefore we added delscreen(NULL) in
489e2955687bccb263e1ece3a1615b3356c990f2.
It turs out that delscreen does only
free resources from newterm and that
the argument *sp *must* not be NULL.
(Only due to some unreference comparisons
this didn't fail in ncurses, but could fail
with other curses implementations)
Diffstat (limited to 'src/pa-sink-ctl.c')
0 files changed, 0 insertions, 0 deletions