Skip to content

[th/nm-ref-string-unref-fix] glib-aux: fix atomic pattern in nm_ref_string_unref()

Thomas Haller requested to merge th/nm-ref-string-unref-fix into main

reading and using the ref-count without atomic is not right.

At least, I think it's not fully safe to do. Fix it.

Merge request reports