swu_client_uninitialize()

Release the memory held by the library

Synopsis:

#include <swu/UpdateClient.h>

swu_result_t swu_client_uninitialize()

Library:

libswu-core

Use the -l swu-core option with qcc to link against the SWU library. This library is usually included automatically.

Description:

Release the memory held by the library. This function must be called to free the environment when the library is no longer being used.

Returns:

One of the following swu_result_t values:

SWU_RESULT_SUCCESS
The operation succeeded.
SWU_RESULT_ERROR
An error occurred.