Remove trailing dead NULL-assignments from sepoltransFree()
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 30 May 2011 09:25:04 +0000 (12:25 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 30 May 2011 09:25:04 +0000 (12:25 +0300)
commit77a7bfed02787873fba3a4b0a3c831353de3d6cb
tree23bde7d913d43009f13f5ff70cf65d655f7d706f
parent7c75179e46a77a3d5c662ea6a19644cc8d220588
Remove trailing dead NULL-assignments from sepoltransFree()
- Replace assignments with a memset() to blast away the contents instead,
  taking care of other members too
plugins/sepolicy.c