nfctype2: Call callback function while freeing cookie
authorDorota Moskal <dorota.moskal@tieto.com>
Thu, 27 Sep 2012 11:22:19 +0000 (13:22 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 9 Oct 2012 21:48:07 +0000 (23:48 +0200)
commite8831ba067fb0f02753d4213970d7610127fd277
treee17d0e8f823426bf779f82e3bb095338a787cf6a
parentd8f1b8e04a164749f22c00edf651f54e8b676ed8
nfctype2: Call callback function while freeing cookie

When each operation is finished (no matter if succeeded or not),
callback has to be called before returning. In some places it was,
but in other - not. Moving calling callback to cookie release
makes sure it is always called and shortens the source code.
plugins/nfctype2.c