g_warning("%s: update failed: request \"%s\", reply \"%s\".\n",
__FUNCTION__, request, reply);
}
- vm_free(reply);
+ ToolsCmd_FreeRPC(reply);
}
DynXdr_Destroy(&xdrs, TRUE);
/*********************************************************
- * Copyright (C) 2008-2017 VMware, Inc. All rights reserved.
+ * Copyright (C) 2008-2018 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#include "vmware/guestrpc/tclodefs.h"
#include "vmware/guestrpc/timesync.h"
#include "vmware/tools/i18n.h"
-#include "vmware/tools/utils.h"
/*
ret = EXIT_FAILURE;
}
- vm_free(reply);
+ ToolsCmd_FreeRPC(reply);
return ret;
}
ret = EXIT_FAILURE;
}
- vm_free(reply);
+ ToolsCmd_FreeRPC(reply);
return ret;
}