Re: [PATCH 13/20] disas/nanomips: Add free() calls

2022-08-27 Thread Thomas Huth
On 15/08/2022 09.26, Milica Lazarevic wrote: The free() function is called for every string allocated using the strdup() function to prevent memory leaking. The implementation of the several functions working with dynamically allocated strings is slightly changed so we can free those strings. A

[PATCH 13/20] disas/nanomips: Add free() calls

2022-08-15 Thread Milica Lazarevic
The free() function is called for every string allocated using the strdup() function to prevent memory leaking. The implementation of the several functions working with dynamically allocated strings is slightly changed so we can free those strings. Almost every disassembly_function returns the re