diff options
author | Shyam Pallapothu <shyamp@google.com> | 2011-04-21 09:48:41 -0700 |
---|---|---|
committer | Shyam Pallapothu <shyamp@google.com> | 2011-04-21 09:48:41 -0700 |
commit | 694816d7291f17364502ac5d3319684a0b180860 (patch) | |
tree | 21a35b57a0eb154a49999407f466b5fa148d224b /libvideoeditor/osal/inc/LV_Macros.h | |
parent | 32ed3f4dad00f8a65f7e6b38402c70d5341c57eb (diff) | |
download | frameworks_av-694816d7291f17364502ac5d3319684a0b180860.zip frameworks_av-694816d7291f17364502ac5d3319684a0b180860.tar.gz frameworks_av-694816d7291f17364502ac5d3319684a0b180860.tar.bz2 |
Fix for issue 4133431 "Remove OSAL layer" in engine part
Change-Id: I98f98691048a5afc6f691b0cc3cec92e458e8f44
Diffstat (limited to 'libvideoeditor/osal/inc/LV_Macros.h')
-rwxr-xr-x | libvideoeditor/osal/inc/LV_Macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/osal/inc/LV_Macros.h b/libvideoeditor/osal/inc/LV_Macros.h index d6312cc..fa927b7 100755 --- a/libvideoeditor/osal/inc/LV_Macros.h +++ b/libvideoeditor/osal/inc/LV_Macros.h @@ -97,7 +97,7 @@ { \ if(M4OSA_NULL != (p)) \ { \ - M4OSA_free((M4OSA_MemAddr32)(p)) ; \ + free((p)) ; \ (p) = M4OSA_NULL ; \ } \ } |