Code review comment for lp:~tiagosh/telepathy-ofono/fix-mc-plugin-sim-labels

Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

57 + final_sim_name = sim_name;

I think you need to strdup() the string here so that when you:
62 + free(final_sim_name);

you don't free static allocated memory.

review: Needs Fixing

« Back to merge proposal