~oif-packaging/frame/debian

« back to all changes in this revision

Viewing changes to test/regular/frame-fixture.cpp

  • Committer: Daniel d'Andrada
  • Date: 2012-11-08 16:04:20 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: daniel.dandrada@canonical.com-20121108160420-ql9g1jm5t9xifyxs
Tags: upstream-2.4.3
ImportĀ upstreamĀ versionĀ 2.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
  status = frame_x11_process_event(frame_handle, &xcookie);
108
108
  ASSERT_EQ(UFStatusSuccess, status);
 
109
 
 
110
  free(device_event->valuators.mask);
 
111
  free(device_event->valuators.values);
 
112
  free(device_event);
109
113
}
110
114
 
111
115
void FrameFixture::SendTouchOwnershipEvent(int touch_id)
133
137
 
134
138
  status = frame_x11_process_event(frame_handle, &xcookie);
135
139
  ASSERT_EQ(UFStatusSuccess, status);
 
140
 
 
141
  free(ownership_event);
136
142
}
137
143
 
138
144
void FrameFixture::FetchDeviceAddedEvent(UFDevice *device)