diff --git a/a3/program.c b/a3/program.c index f1b524b..afb2ae3 100644 --- a/a3/program.c +++ b/a3/program.c @@ -84,5 +84,6 @@ int main() { int j = 0; print(num, index, count,num[0],l); free(cisla); + free(num); return 0; }