Usermode/AxWin3 - Compile fix
authorJohn Hodge <[email protected]>
Mon, 18 Feb 2013 07:58:28 +0000 (15:58 +0800)
committerJohn Hodge <[email protected]>
Mon, 18 Feb 2013 07:58:28 +0000 (15:58 +0800)
Usermode/Applications/axwin3_src/libaxwin3.so_src/wm.c

index cb21b7f..83dc9b7 100644 (file)
@@ -176,8 +176,6 @@ void AxWin3_DestroyWindow(tHWND Window)
        msg = AxWin3_int_AllocateIPCMessage(Window, IPCMSG_DESTROYWIN, 0, 0);
        AxWin3_int_SendIPCMessage(msg);
        free(msg);
-       
-       free(ret);
 }
 
 void *AxWin3_int_GetDataPtr(tHWND Window)

UCC git Repository :: git.ucc.asn.au