Chromium Code Reviews| Index: plot.c |
| diff --git a/plot.c b/plot.c |
| index e62b5091e53c28314c0e555844a22bc83418f083..962657292fc9736fbecc877cee2c2a332def39ee 100644 |
| --- a/plot.c |
| +++ b/plot.c |
| @@ -29,6 +29,7 @@ vector_s new_vector(int n) |
| vector_s v; |
| if (!n) { |
| + v.n = 0; |
| v.p = NULL; |
| return v; |
| } |