Commit 3108cc03 authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie
Browse files

nouveau/gsp: free userd allocation.

parent a9b9b42b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -242,6 +242,7 @@ r535_chan_id_put(struct nvkm_chan *chan)
				nvkm_memory_unref(&userd->mem);
				nvkm_chid_put(runl->chid, userd->chid, &chan->cgrp->lock);
				list_del(&userd->head);
				kfree(userd);
			}

			break;