Menu

#116 db_x509.cpp:521]: (error) Mismatching allocation and deallocation: cert

v1.0_(example)
closed-fixed
nobody
None
5
2018-01-04
2016-09-09
dcb
No

cert = new pki_x509();

but

free(cert);

Discussion

  • Christian Hohnstaedt

    • status: open --> closed-fixed
     
  • Christian Hohnstaedt

    Fixed in version 1.4.0

    commit 4ef4c9ad8739c6503a9aecbaec2e8ecc907cf645
    Author: Christian Hohnstaedt chohnstaedt@phoenixcontact.com
    Date: Mon Jul 10 09:12:37 2017 +0200

    SF #116 db_x509.cpp:521: Mismatching allocation and deallocation: cert
    
    free(cert) -> delete cert
    
     
MongoDB Logo MongoDB