!verifier 3 mydriver.sys gives Contiguous allocations are not displayed

Hello,

Wanted some help regarding verifier error forgotten to free memory,

MODULE: 0xfffffa8000c1d8c0 mydriver.sys (Loaded&Unloaded)

Pool Allocation Statistics: ( NonPagedPool / PagedPool )

Current Pool Allocations: ( 0x0000003c / 0x00000000 )
Current Pool Bytes: ( 0x0001e000 / 0x00000000 )
Peak Pool Allocations: ( 0x00000041 / 0x00000013 )
Peak Pool Bytes: ( 0x0001fa50 / 0x00001d48 )
Contiguous Memory Bytes: 0x00000000
Peak Contiguous Memory Bytes: 0x00000000

Pool Allocations:

Address Length Tag Caller Address


0x0000000000000000 0x00000000 … 0x0000000000000000
0x0000000000000000 0x00000000 … 0x0000000000000000
0x0000000000000000 0x00000000 … 0x0000000000000000
0x0000000000000000 0x00000000 … 0x0000000000000000
0x0000000000000000 0x00000000 … 0x0000000000000000
0x0000000000000000 0x00000000 … 0x0000000000000000

0x0000000000000000 0x00000000 … 0x0000000000000000
0x0000000000000000 0x00000000 … 0x0000000000000000

Contiguous allocations are not displayed with public symbols.
Why its giving Function ptr 0x0000000000000000

any help would be really helpful.

Thanks,
~Sachin