× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Bobby,

Something is probably trashing your pointer.  Put a break point
on the line after the malloc and then on the free.  Are the
values the same?

Bob

> -----Original Message-----
> From: c400-l-bounces@xxxxxxxxxxxx 
> [mailto:c400-l-bounces@xxxxxxxxxxxx] On Behalf Of Bobby Hicks
> Sent: Monday, May 10, 2004 7:29 AM
> To: c400-l@xxxxxxxxxxxx
> Subject: [C400-L] Fw: Free error.
> 
> 
> Can some one tell me what I'm doing wrong.  I use MALLOC to 
> allocate some 
> storage, then I call a procedure.  When I return from the 
> procedure I use 
> free to de-allocate the memory block.   
> 
> 
> My code is as follows: 
> 
> /* Convert field to zoned. */ 
> zlen = sizeof(decimal (DEC_DIG, 0) ) * 2  - 2;               
> znd = malloc(zlen); 
> result = QXXBTOZ(znd, zlen, bin, blen, hassign);             
> 
> if ( result ) return result;                               
> result = QXXZTOC(chr, clen, znd, zlen, dp); 
>  
> /* Free allocated memory. */                               
> free(znd);                                                 
> 
> 
> 
> But I get the following errors: 
> 
> The requested heap space operation is invalid. 
> The pointer parameter passed to free or realloc is not valid.

> 
> 
> Thanks for your help.
> 
> Bobby.
> _______________________________________________
> This is the C programming iSeries / AS400 (C400-L) mailing list
> To post a message email: C400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/c400-l
> or email: C400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/c400-l.
> 



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.