Fis minor memory leak in screen handling code

darcs-hash:20061008004704-ac50b-3f40073c00f1ebd8e851c49e2df873c423637d0c.gz
This commit is contained in:
axel 2006-10-08 10:47:04 +10:00
parent e51322ac81
commit 0e03e872be

View file

@ -318,6 +318,7 @@ void s_destroy( screen_t *s )
al_destroy( &s->actual );
s_reset_arr( &s->desired );
al_destroy( &s->desired );
sb_destroy( &s->actual_prompt );
}
/**