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

« back to all changes in this revision

Viewing changes to src/tspi/obj_pcrs.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:
71
71
        switch (pcrs->type) {
72
72
                case TSS_PCRS_STRUCT_INFO:
73
73
                        free(pcrs->info.info11.pcrSelection.pcrSelect);
 
74
                        free(pcrs->pcrs);
74
75
                        break;
75
76
                case TSS_PCRS_STRUCT_INFO_SHORT:
76
77
                        free(pcrs->info.infoshort.pcrSelection.pcrSelect);
 
78
                        free(pcrs->pcrs);
77
79
                        break;
78
80
                case TSS_PCRS_STRUCT_INFO_LONG:
79
81
                        free(pcrs->info.infolong.creationPCRSelection.pcrSelect);