r26861@plastic: rob | 2007-06-22 16:40:24 +1000
commit46a199f9c2dffc2edf2e3dfeddf83632802a9e8f
authorrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 22 Jun 2007 09:44:56 +0000 (22 09:44 +0000)
committerrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 22 Jun 2007 09:44:56 +0000 (22 09:44 +0000)
treeadaa417c4cb71ef13a9e2ce657e404ee99b8f98b
parent41be6f0436ba0fab66d76a2e678de883150a0e20
 r26861@plastic:  rob | 2007-06-22 16:40:24 +1000
 GetDeviceProc() frees the devproc you pass it, so if this loop runs more than
 once the dp passed to FreeDeviceProc() was already freed, causing a crash.
 fixed.

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@26305 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/c/Which.c