1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

In free_textarea_data, set term->textarea_data to NULL

This commit is contained in:
Miciah Dashiel Butler Masters 2007-09-01 12:49:02 +00:00 committed by Miciah Dashiel Butler Masters
parent 92abd48405
commit 14af901277

View File

@ -623,6 +623,8 @@ free_textarea_data(struct terminal *term)
if (term->textarea_data)
done_textarea_data(term->textarea_data);
term->textarea_data = NULL;
}
void