Comment 6 for bug 329245

Revision history for this message
Sebastien Bacher (seb128) wrote :

I've some comments about the code:

+ if (! notify_get_server_info (&name, &vendor, &version, &specver))

you leak those references

the init function is also not complicated since it only call another function which you could call directly

could you fix those and update the change?