zeutro / openabe

The OpenABE library - open source cryptographic library with attribute-based encryption implementations in C/C++
http://www.zeutro.com
GNU Affero General Public License v3.0
262 stars 71 forks source link

The memory leaks in using CP-ABE #80

Open tino2024world opened 3 months ago

tino2024world commented 3 months ago

image The CPABE encryption and decryption have memory leaks even in the example code (test_cp.cpp). May I ask how to fix that?