Skip to content

PropertyCommand: check for null before calling printf

Val Packett requested to merge valpackett/geary:nullfix into master

On FreeBSD, this would crash in vasprintf_l, because you're not supposed to printf(NULL, ...).

Merge request reports