Revert "elput: Missing pointer initialization."
authorChris Michael <cpmichael@osg.samsung.com>
Tue, 7 Jun 2016 16:09:20 +0000 (12:09 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Tue, 7 Jun 2016 16:09:20 +0000 (12:09 -0400)
commit09fc4e7b681260b0578145979b3b924fa6c59f05
tree35a7a227fe99d90e2b5fe0a28615da723a7c5963
parenta0eb98db3bdb6eb6df9ca0816a059edc409e7571
Revert "elput: Missing pointer initialization."

Reverting this as the initialization of char *s was already set to
NULL in a previous patch, so the 'if (s)' check here is pointless
really as 'man 3 free' says passing NULL to free() is ok.

This reverts commit ad2e21b02399c02a748bb8b8ab0dc10f85e6662d.
src/lib/elput/elput_logind.c