~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to lib/vixTools/vixTools.c

  • Committer: Evan Broder
  • Date: 2010-03-21 23:26:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: broder@mit.edu-20100321232653-5a57r7v7ch4o6byv
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3795
3795
 
3796
3796
abort:
3797
3797
   VixPropertyList_RemoveAllWithoutHandles(&propList);
3798
 
   VMX_XDR_FREE(xdr_GuestNic, nicEntry);
3799
 
   free(nicEntry);
 
3798
   if (NULL != nicEntry) {
 
3799
      VMX_XDR_FREE(xdr_GuestNic, nicEntry);
 
3800
      free(nicEntry);
 
3801
   }
3800
3802
 
3801
3803
   return err;
3802
3804
} // VixToolsGetGuestNetworkingConfig