Subject | Re: [firebird-support] pointer returned by FREE_IT not allocated by ib_util_malloc |
---|---|
Author | Ivan Arabadzhiev |
Post date | 2014-11-10T07:58:52Z |
Is the udf linked properly (meaning externally linked to the proper ib_util_malloc) ?
2014-11-10 0:01 GMT+02:00 sboydlns@... [firebird-support] <firebird-support@yahoogroups.com>:
I have a UDF DLL that has been running for years. I recently tried to upgrade a site from FB 2.0 to FB 2.5.3.26778. Everything went well until I tried to start my application. Then I got a "pointer returned by FREE_IT not allocated by ib_util_malloc. The thing is, all memory returned by FREE_IT is being allocated using ib_util_malloc. What else could be causing this error?
I am running this site on Windows 2003, 32-bit. The DLL is written using BCB 2007.
Any help is appreciated.
Thanks