]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - score.c
net.c: Fix a typo and improve send_bin_buffer() docu.
[paraslash.git] / score.c
diff --git a/score.c b/score.c
index b53d60b38b582b6989f65fc290e894647e53f1f7..a044faa3e23991044763e5838ff45cc3e82d927f 100644 (file)
--- a/score.c
+++ b/score.c
@@ -342,6 +342,7 @@ int row_belongs_to_score_table(const struct osl_row *aft_row)
 void score_shutdown(enum osl_close_flags flags)
 {
        osl_close_table(score_table, flags | OSL_FREE_VOLATILE);
+       score_table = NULL;
 }
 
 /**