Commit 19fb38b
data: update free method
Currently, if we use the free_func feature, we can't call the free
method (similary to a parent method). If we do, we enter in an infinite
loop.
This patch allows to call free_internal from the free_func in order to
avoid infinite loop.1 parent c76f954 commit 19fb38b
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
793 | 799 | | |
794 | 800 | | |
795 | 801 | | |
796 | | - | |
797 | | - | |
798 | | - | |
| 802 | + | |
799 | 803 | | |
800 | | - | |
| 804 | + | |
801 | 805 | | |
802 | 806 | | |
803 | 807 | | |
| |||
0 commit comments