~ubuntu-branches/ubuntu/utopic/freerdp/utopic

« back to all changes in this revision

Viewing changes to channels/cliprdr/cliprdr_main.c

  • Committer: Package Import Robot
  • Author(s): Otavio Salvador, Jeremy Bicha
  • Date: 2012-02-11 10:34:05 UTC
  • mfrom: (1.1.7) (9.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120211103405-mk0gjhjn70eeyxul
Tags: 1.0.1-1
[ Jeremy Bicha ]
* New upstream release. Closes: #659332.
* Updated symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
 
264
264
static void cliprdr_process_terminate(rdpSvcPlugin* plugin)
265
265
{
 
266
        cliprdrPlugin* cliprdr_plugin = (cliprdrPlugin*) plugin;
 
267
 
 
268
        if (cliprdr_plugin->uniconv != NULL)
 
269
                freerdp_uniconv_free(cliprdr_plugin->uniconv);
 
270
 
266
271
        xfree(plugin);
267
272
}
268
273