Don't leak memory in get_service_dependencies().
authorIain Patterson <me@iain.cx>
Thu, 21 Jul 2016 16:09:32 +0000 (17:09 +0100)
committerIain Patterson <me@iain.cx>
Thu, 28 Jul 2016 15:44:24 +0000 (16:44 +0100)
Ensure we free qsc when there are no dependencies.
Ensure we free qsc when we couldn't allocate a buffer.
Free the buffer and zero its pointer's size when there are no
dependencies.


No differences found