Error unloading running components

Hi all,

I am using components of RTT and OCL 1.10.

When using the TimerComponent (or I guess any other component that is
looping), I have the following error quitting the deployer:
36.582 [ ERROR ][Activity] Could not unload Component Timer: still running.

To reproduce this, just start the deployer and then:
import("liborocos-timer")
loadComponent("Timer", "OCL::TimerComponent")
Timer.configure
Timer.start
quit

Am I configuring (or compiling) something wrong?

Charles.