Skip to content

socket-properties: Implement MT-safe refcounting

Edward Hervey requested to merge edwardrv/libsoup:mtsafe-properties into master

Use atomic integer operation when dealing with refcounting, otherwise one could very easily end-up in leaked (bad) properties or double-freed (really bad) properties.

Should maybe also be backported to the previous stable branches

Merge request reports