We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048f6cb commit 31cbb7aCopy full SHA for 31cbb7a
ext/mbstring/libmbfl/filters/mbfilter_qprint.c
@@ -153,6 +153,11 @@ int mbfl_filt_conv_qprintenc_flush(mbfl_convert_filter *filter)
153
(*filter->filter_function)('\0', filter);
154
filter->status &= ~0xffff;
155
filter->cache = 0;
156
+
157
+ if (filter->flush_function) {
158
+ (*filter->flush_function)(filter->data);
159
+ }
160
161
return 0;
162
}
163
@@ -243,6 +248,10 @@ int mbfl_filt_conv_qprintdec_flush(mbfl_convert_filter *filter)
243
248
CK((*filter->output_function)(cache, filter->data));
244
249
245
250
251
252
253
254
246
255
247
256
257
0 commit comments