Access violation in smiFreeData() libsmi-0.3.0

8 Mar
2002
8 Mar
'02
5:06 a.m.
I'm building libsmi on Windows (DevStudio 6 and VS.NET).
Whenever I load more than one module I'm getting a memory access violation when calling smiExit() in smiFreeData() (data.c line 3423) when accessing objectPtr->typePtr. My debugger shows it as invalid memory so it's probably trying to use memory that has been freed. For example, I'm using libsmi such as
smiInit( NULL ); smiLoadModule( "NETWORK-SERVICES-MIB" ); smiLoadModule( "RFC1271-MIB" ); // or any other combination of two or more mibs smiExit();
Anybody else getting this and have a fix (so I don't have to spend the time fixing it myself)?
Thanks, Steve Hills NCR
8546
Age (days ago)
8546
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hills, Steve