diff --git a/src/libplybootsplash/ply-progress-animation.c b/src/libplybootsplash/ply-progress-animation.c index 79d3a753..3c006dea 100644 --- a/src/libplybootsplash/ply-progress-animation.c +++ b/src/libplybootsplash/ply-progress-animation.c @@ -251,7 +251,7 @@ bool ply_progress_animation_load (ply_progress_animation_t *progress_animation) { if (ply_array_get_size (progress_animation->frames) != 0) - ply_progress_animation_remove_frames (progress_animation->frames); + ply_progress_animation_remove_frames (progress_animation); if (!ply_progress_animation_add_frames (progress_animation)) return false;