ethumb client - fix access to pending struct that has been freed
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 10 Aug 2014 04:26:33 +0000 (13:26 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 10 Aug 2014 04:26:33 +0000 (13:26 +0900)
commit8dcc52984c137b0aa4e673b86039f1da3370ea91
treee1f22c6d43cacd00f615a4a178cf08ad92b38ad1
parent3b24c6ce91c8bbf177a4b1b88ce953d3b59ac6af
ethumb client - fix access to pending struct that has been freed

th pending cancel may call callbacks... which can mess with the list
and thus the pending_add we have, sso do our work before calling this
(like set pending_call to NULL).
src/lib/ethumb_client/ethumb_client.c