init: fix potential mem leak on multiple trigger options
authorJens Axboe <axboe@fb.com>
Mon, 5 Jan 2015 15:46:35 +0000 (08:46 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 5 Jan 2015 15:46:35 +0000 (08:46 -0700)
commitf9cbae9ea572353c6aebf3390a23de1dd10ee8c7
tree51bfa5305bf96f587895202638c98ad39a6437d1
parent17a2be5945b12959ad3066b7d75432577d29ae82
init: fix potential mem leak on multiple trigger options

Free the ones we already set, if any.

Signed-off-by: Jens Axboe <axboe@fb.com>
init.c