~ubuntu-branches/ubuntu/vivid/trousers/vivid

« back to all changes in this revision

Viewing changes to src/tcsd/tcsd_conf.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-11-10 17:04:44 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121110170444-yvoa372npyp02mwr
Tags: 0.3.10-1
* Imported Upstream version 0.3.10
* Update symbols file
* Force build of tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
                        new_class->classURI = malloc(new_class->classURISize);
108
108
                        if (new_class->classURI == NULL) {
109
109
                                LogError("malloc of %u bytes failed", new_class->classURISize);
 
110
                                free(new_class);
110
111
                                return TCSERR(TSS_E_OUTOFMEMORY);
111
112
                        }
112
113
                        memcpy(new_class->classURI, tcg_platform_specs[i].specURI,