Commit 517a49ff authored by Antoine Cellerier's avatar Antoine Cellerier

shame on me ... *cough* *cough*

parent abcbefc5
...@@ -608,6 +608,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date ) ...@@ -608,6 +608,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
if( p_a[i*i_pitch+j] < 0xbf ) p_a[i*i_pitch+j] = 0x00; if( p_a[i*i_pitch+j] < 0xbf ) p_a[i*i_pitch+j] = 0x00;
} }
} }
free( p_at );
} }
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment