View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009528 | Taler | mechant backend | public | 2025-02-10 15:49 | 2025-02-10 20:17 |
Reporter | fefe | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 1.0 | Fixed in Version | 1.0 | ||
Summary | 0009528: TALER_MERCHANTDB_token_family_details_free only frees memory partially | ||||
Description | 74 void 75 TALER_MERCHANTDB_token_family_details_free ( 76 struct TALER_MERCHANTDB_TokenFamilyDetails *tf) 77 { 78 GNUNET_free (tf->slug); 79 GNUNET_free (tf->name); 80 GNUNET_free (tf->description); 81 json_decref (tf->description_i18n); 82 } The struct also has: 1185 json_t *extra_data; 1192 char *cipher_spec; | ||||
Tags | No tags attached. | ||||
|
Fix committed to master branch. |
|
Fixed in 029c46a6..b86d6f7a. "cipher" was also never initialized, fixed that as well. |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-02-10 15:49 | fefe | New Issue | |
2025-02-10 15:49 | fefe | Status | new => assigned |
2025-02-10 15:49 | fefe | Assigned To | => Christian Grothoff |
2025-02-10 20:14 | Christian Grothoff | Changeset attached | => merchant master b86d6f7a |
2025-02-10 20:14 | Christian Grothoff | Note Added: 0024062 | |
2025-02-10 20:14 | Christian Grothoff | Status | assigned => resolved |
2025-02-10 20:14 | Christian Grothoff | Resolution | open => fixed |
2025-02-10 20:15 | Christian Grothoff | Note Added: 0024063 | |
2025-02-10 20:17 | Christian Grothoff | Product Version | => git (master) |
2025-02-10 20:17 | Christian Grothoff | Fixed in Version | => 1.0 |
2025-02-10 20:17 | Christian Grothoff | Target Version | => 1.0 |