* pager: Don't double del timer.

SVN revision: 50197
This commit is contained in:
Cedric BAIL 2010-07-12 14:02:15 +00:00
parent f61b02821e
commit 1e81ac0d3b
1 changed files with 1 additions and 0 deletions

View File

@ -2316,6 +2316,7 @@ _pager_popup_cb_timeout(void *data)
Pager_Popup *pp;
pp = data;
pp->timer = NULL;
_pager_popup_free(pp);
if (input_window)