cpdir.c (d6f907dc7a4aab1976e3040243e0242717dc13cb) | cpdir.c (48aee7f33a5dce843b51b7907af59573f8d3a7c4) |
---|---|
1/*- 2 * Copyright (c) 1996 by David L. Nugent <davidn@blaze.net.au>. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 102 unchanged lines hidden (view full) --- 111 } 112 } 113 if (--counter == 0 && copybuf != NULL) { 114 free(copybuf); 115 copybuf = NULL; 116 } 117 } 118} | 1/*- 2 * Copyright (c) 1996 by David L. Nugent <davidn@blaze.net.au>. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 102 unchanged lines hidden (view full) --- 111 } 112 } 113 if (--counter == 0 && copybuf != NULL) { 114 free(copybuf); 115 copybuf = NULL; 116 } 117 } 118} |
119 |
|