~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to lib/foundryMsg/foundryPropertyListCommon.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-03-20 10:19:00 UTC
  • mfrom: (1.1.4 upstream) (2.4.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090320101900-1o604camiubq2de8
Tags: 2009.03.18-154848-2
Correcting patch system depends (Closes: #520493).

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
abort:
333
333
   if (VIX_OK != err) {
334
334
      free(serializeBuffer);
335
 
      *resultBuffer = NULL;
336
 
      *resultSize = 0;
 
335
      if (NULL != resultBuffer) {
 
336
         *resultBuffer = NULL;
 
337
      }
 
338
      if (NULL != resultSize) {
 
339
         *resultSize = 0;
 
340
      }
337
341
   }
338
342
 
339
343
   return err;