Fix "failure to call pclose" (#240)

This commit is contained in:
fire-eggs 2021-06-23 10:49:38 -04:00 committed by Albrecht Schlosser
parent 713d1bfd7c
commit 571ff10553

View File

@ -239,6 +239,7 @@ void MyTable::load_command(const char *cmd) {
rows((int)rowdata_.size());
// Auto-calculate widths, with 20 pixel padding
autowidth(20);
pclose(fp);
}
// Callback whenever someone clicks on different parts of the table