@@ -2752,8 +2752,8 @@ PHP_FUNCTION(openssl_pkcs7_read)
2752
2752
BIO_get_mem_ptr (bio_out , & bio_buf );
2753
2753
ZVAL_STRINGL (& zcert , bio_buf -> data , bio_buf -> length );
2754
2754
add_index_zval (zout , i , & zcert );
2755
- BIO_free (bio_out );
2756
2755
}
2756
+ BIO_free (bio_out );
2757
2757
}
2758
2758
}
2759
2759
@@ -2767,8 +2767,8 @@ PHP_FUNCTION(openssl_pkcs7_read)
2767
2767
BIO_get_mem_ptr (bio_out , & bio_buf );
2768
2768
ZVAL_STRINGL (& zcert , bio_buf -> data , bio_buf -> length );
2769
2769
add_index_zval (zout , i , & zcert );
2770
- BIO_free (bio_out );
2771
2770
}
2771
+ BIO_free (bio_out );
2772
2772
}
2773
2773
}
2774
2774
@@ -3393,8 +3393,8 @@ PHP_FUNCTION(openssl_cms_read)
3393
3393
BIO_get_mem_ptr (bio_out , & bio_buf );
3394
3394
ZVAL_STRINGL (& zcert , bio_buf -> data , bio_buf -> length );
3395
3395
add_index_zval (zout , i , & zcert );
3396
- BIO_free (bio_out );
3397
3396
}
3397
+ BIO_free (bio_out );
3398
3398
}
3399
3399
}
3400
3400
@@ -3408,8 +3408,8 @@ PHP_FUNCTION(openssl_cms_read)
3408
3408
BIO_get_mem_ptr (bio_out , & bio_buf );
3409
3409
ZVAL_STRINGL (& zcert , bio_buf -> data , bio_buf -> length );
3410
3410
add_index_zval (zout , i , & zcert );
3411
- BIO_free (bio_out );
3412
3411
}
3412
+ BIO_free (bio_out );
3413
3413
}
3414
3414
}
3415
3415
0 commit comments