Attention is currently required from: fixeria.
1 comment:
File libosmo-trx/src/trxc_client.c:
Patch Set #3, Line 474: sf->cb(client, 0, sf->cb_data);
By freeing "sf" after the cb, you may end up in a double free if the user callback frees the "client" pointer.Hence, you should better free "sf" before calling the callback.
To view, visit change 43108. To unsubscribe, or for help writing mail filters, visit settings.