@@ -5945,8 +5945,8 @@ PHP_FUNCTION(openssl_pkcs7_read)
5945
5945
BIO_get_mem_ptr (bio_out , & bio_buf );
5946
5946
ZVAL_STRINGL (& zcert , bio_buf -> data , bio_buf -> length );
5947
5947
add_index_zval (zout , i , & zcert );
5948
- BIO_free (bio_out );
5949
5948
}
5949
+ BIO_free (bio_out );
5950
5950
}
5951
5951
}
5952
5952
@@ -5960,8 +5960,8 @@ PHP_FUNCTION(openssl_pkcs7_read)
5960
5960
BIO_get_mem_ptr (bio_out , & bio_buf );
5961
5961
ZVAL_STRINGL (& zcert , bio_buf -> data , bio_buf -> length );
5962
5962
add_index_zval (zout , i , & zcert );
5963
- BIO_free (bio_out );
5964
5963
}
5964
+ BIO_free (bio_out );
5965
5965
}
5966
5966
}
5967
5967
@@ -6586,8 +6586,8 @@ PHP_FUNCTION(openssl_cms_read)
6586
6586
BIO_get_mem_ptr (bio_out , & bio_buf );
6587
6587
ZVAL_STRINGL (& zcert , bio_buf -> data , bio_buf -> length );
6588
6588
add_index_zval (zout , i , & zcert );
6589
- BIO_free (bio_out );
6590
6589
}
6590
+ BIO_free (bio_out );
6591
6591
}
6592
6592
}
6593
6593
@@ -6601,8 +6601,8 @@ PHP_FUNCTION(openssl_cms_read)
6601
6601
BIO_get_mem_ptr (bio_out , & bio_buf );
6602
6602
ZVAL_STRINGL (& zcert , bio_buf -> data , bio_buf -> length );
6603
6603
add_index_zval (zout , i , & zcert );
6604
- BIO_free (bio_out );
6605
6604
}
6605
+ BIO_free (bio_out );
6606
6606
}
6607
6607
}
6608
6608
0 commit comments