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

« back to all changes in this revision

Viewing changes to src/tcs/tcs_evlog_biosem.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:
125
125
                                                   event->eventDataSize, 1, handle)) <= 0) {
126
126
                                                LogError("read from event source failed: %s",
127
127
                                                         strerror(errno));
128
 
                                                return result;
 
128
                                                goto free_list;
129
129
                                        }
130
130
                                } else {
131
131
                                        cur->event.rgbEvent = NULL;