Subversion Repositories Kolibri OS

Rev

Rev 1332 | Rev 1615 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1332 Rev 1501
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1332 $
8
$Revision: 1501 $
9
 
9
 
10
 
10
 
Line 1519... Line 1519...
1519
 
1519
 
1520
           mov edi, [eax+SMAP.parent]
1520
           mov edi, [eax+SMAP.parent]
1521
           test edi, edi
1521
           test edi, edi
Line 1522... Line 1522...
1522
           jz .next
1522
           jz .next
1523
 
1523
 
1524
           lea eax, [edi+SMEM.name]
1524
           lea edi, [edi+SMEM.name]
1525
           stdcall strncmp, [name], edi, 32
1525
           stdcall strncmp, [name], edi, 32
Line 1526... Line 1526...
1526
           test eax, eax
1526
           test eax, eax
Line -... Line 1527...
-
 
1527
           jne .next
1527
           jne .next
1528
 
1528
 
1529
           stdcall user_free, [esi+SMAP.base]
1529
           stdcall user_free, [esi+SMAP.base]
1530
 
1530
 
1531
           mov eax,esi
1531
           call [esi+APPOBJ.destroy]
1532
           call [esi+APPOBJ.destroy]