free
This commit is contained in:
parent
1a080676e8
commit
2ae7a47667
1 changed files with 2 additions and 2 deletions
|
@ -102,10 +102,10 @@ draw_pixel(void *closure, struct scheduler *s)
|
||||||
int x = args->x;
|
int x = args->x;
|
||||||
int y = args->y;
|
int y = args->y;
|
||||||
|
|
||||||
(void)s; // pas de nouvelle tâche dans le scheduler
|
|
||||||
|
|
||||||
free(closure);
|
free(closure);
|
||||||
|
|
||||||
|
(void)s; // pas de nouvelle tâche dans le scheduler
|
||||||
|
|
||||||
pixel(image, x, y);
|
pixel(image, x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue