[svn] / trunk / xvidcore / src / utils / mem_align.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/utils/mem_align.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 65, Sun Mar 24 18:18:40 2002 UTC revision 190, Sun Jun 9 11:23:13 2002 UTC
# Line 66  Line 66 
66  {  {
67    
68          /* *(mem_ptr - 1) give us the offset to the real malloc block */          /* *(mem_ptr - 1) give us the offset to the real malloc block */
69            if(mem_ptr)
70          free((uint8_t*)mem_ptr - *((uint8_t*)mem_ptr - 1));          free((uint8_t*)mem_ptr - *((uint8_t*)mem_ptr - 1));
71    
72  }  }

Legend:
Removed from v.65  
changed lines
  Added in v.190

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4